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

`--split-opa` does not work properly with QUnit v1 #96

Closed ArnaudBuchholz closed 3 months ago

ArnaudBuchholz commented 3 months ago

The moduleId is not exposed (it gives null). It should be replaced with module name. Yet, some escaping is required

ArnaudBuchholz commented 3 months ago

When moduleId is not present, we need to use module name. It also changes the parameter : it should be module and not moduleId Furthermore, QUnit changes the location with an escaped version of the module name (spaces are replaced with +). This breaks the test recognition

ArnaudBuchholz commented 3 months ago

5.3.1