How to keep job with failing test?
Hi,
can u pls help me with an issue to continue a job with failed tests inside?
I have a command - mvn clean test site, where going all tests.
Then runs command: - mvn surefire-report:report-only
Then one more for sending report on email.
So the issue is if one of the tests fails then job stops and can't call next commands, for example reporting on my email.
issue