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
Unlike the JUnit reporter, the TeamCity reporter does not include the location of failure. It includes only the location of the test (i.e. its first line):
##teamcity[testFailed name='Test group Second test' message='tests.go:33' details='Unexpected error:|n <*errors.errorString || 0xc0001b8000>: {|n s: "failed on purpose",|n }|n failed on purpose|noccurred|n']
When reviewing a failed test in TeamCity, it's helpful to know the location of the failure.
The text was updated successfully, but these errors were encountered:
Unlike the JUnit reporter, the TeamCity reporter does not include the location of failure. It includes only the location of the test (i.e. its first line):
When reviewing a failed test in TeamCity, it's helpful to know the location of the failure.
The text was updated successfully, but these errors were encountered: