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
currently the failed test case appears in Github Actions as:
Only test name is present in this report. Need to add also test suite name.
In this example, the test_which_fails_check_eq_with_custom_message test is within factorial test suite.
Would be nice to have <test-suite> <test-name> (separated by space, or make separator customizable via with: in yaml) instead of just <test-name> in the github actions report.
Adding the test suite name can make that line very long. Does adding it provide that much value given the Raw output should point you to the failing test and file anyway?
The annotation with found and skipped tests would also benefit from having the suite name before the testcase name. In there the length does not matter as much so it could probably be enabled by default.
currently the failed test case appears in Github Actions as:
Only test name is present in this report. Need to add also test suite name.
In this example, the
test_which_fails_check_eq_with_custom_message
test is withinfactorial
test suite.Would be nice to have
<test-suite> <test-name>
(separated by space, or make separator customizable viawith:
in yaml) instead of just<test-name>
in the github actions report.Test report:
The text was updated successfully, but these errors were encountered: