ArnaudBuchholz / ui5-test-runner

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

Manage QUnit preconfig #95

Closed ArnaudBuchholz closed 5 months ago

ArnaudBuchholz commented 5 months ago

https://qunitjs.com/api/config/

ArnaudBuchholz commented 5 months ago

Added an example (shim) and realized that it generates issues because the code hooks when QUnit is set on window.

ArnaudBuchholz commented 5 months ago

Fixed and tested (e2e: JS_REMOTE_SHIM)