Skip to content

Adding xmlrunner parser for Python unit test

Compare
Choose a tag to compare
@Letme Letme released this 02 May 13:03
· 721 commits to master since this release
3b7f8e5

XMLRunner reports errors on output, but they are not logged inside the reports. New checker is deployed to warnings plugin to parse the output and fail the build when there are errors in XMLRunner. So far it only checks for errors and does not parse reports for the failures.