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

Issue with `--libs` mapping #99

Closed ArnaudBuchholz closed 1 month ago

ArnaudBuchholz commented 1 month ago

Because REserve@2's file handler is stricter, the cwd parameter must not end with '/' (because checkStrictPath walks through the folders using Node.js' dirname that does not include the ending /).

While waiting to decide if this must be solved in REserve, an alternative is to ensure the mappings are build properly by the runner.

ArnaudBuchholz commented 1 month ago

Fixed in 5.3.3