You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
The text was updated successfully, but these errors were encountered: