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

feat(qunit): improve handling of loose qunit #76

Closed ArnaudBuchholz closed 4 months ago

ArnaudBuchholz commented 4 months ago

When QUnit starts automatically before the tests are loaded, the runner gets confused. Improved the hooks to be able to catch up on tests that are 'dynamically' declared.