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
Each test runner should be able to tell strider where they placed their test report and strider should pick it up to give nice output of why the tests passed/failed.
JUnit.xml is a standard format that systems like jenkins support for giving test error results. A sample report:
https://gist.github.com/sontek/7059671
Gives you error output, line numbers, etc. So you can give actual details into what failed.
The text was updated successfully, but these errors were encountered: