ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
18 stars 9 forks source link

Add `--fail-opa-fast` to fail an OPA page on the first failing test #48

Closed ArnaudBuchholz closed 1 year ago

ArnaudBuchholz commented 1 year ago

OPA tests are 'fragile' and the first error usually leads to subsequent errors (because the application is no more in the right state). This can generate a long sequence of errors that artificially increase the execution time. By failing the test immediately on the first error, it fails faster.

ArnaudBuchholz commented 1 year ago

Included in 2.0.6