Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoMsg didn't print out msg in test report #668

Open
WangBeyond opened this issue Oct 6, 2022 · 1 comment
Open

SoMsg didn't print out msg in test report #668

WangBeyond opened this issue Oct 6, 2022 · 1 comment

Comments

@WangBeyond
Copy link

I'm personally using Goland, code snippet is like below

SoMsg(testCase.desc, runFunc(flow), ShouldEqual, testCase.expectedRes)

Test report is like following in IDE:
Line 70:
Expected: 'true'
Actual: 'false'
(Should be equal)

Didn't see any msg from test case

@kz-sher
Copy link

kz-sher commented Feb 16, 2024

@WangBeyond I also met this issue. I dived into the source code and found that it can be solved by adding environment variable GOCONVEY_REPORTER=story.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants