Skip to content

Run all end to end tests even if one fails

Cameron Swords requested to merge run-all-e2e-tests-even-if-one-fails into master

What does this MR do?

Change the way end to end tests run. Currently, if a single test fails then the job fails and the next tests are not run. This MR passes all tests to bash_unit so they all run as expected.

Merge request reports