Skip to content

Issue #68 - Generate a junit xml file with failure if cypress is not found

joubu requested to merge joubu/koha-misc4dev:issue_68 into master

run_tests.pl exit with status 1 but jenkins does not consider the job as failed (even with set -e in ktd:files/run.sh).

I am suggesting to generate a junit output with a specific failure in this case.

Merge request reports