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

Improve libraries handling #14

Closed ArnaudBuchholz closed 3 years ago

ArnaudBuchholz commented 3 years ago

Up to 1.0.2, only one library path is allowed (option -libs). It is not flexible enough to support multiple sources. Furthermore, if the library source is the initial project, some mapping might be required.

The option must be modified to support several instances and offer mapping specification.

Calling it multiple times accumulate the library sources, syntax is :

ArnaudBuchholz commented 3 years ago

Done with 1.0.3