ArnaudBuchholz / ui5-test-runner

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

Manage QUnit preconfig #95

Closed ArnaudBuchholz closed 3 months ago

ArnaudBuchholz commented 3 months ago

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

ArnaudBuchholz commented 3 months ago

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

ArnaudBuchholz commented 3 months ago

Fixed and tested (e2e: JS_REMOTE_SHIM)