ArnaudBuchholz / ui5-test-runner

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

Efficient caching of UI5 #78

Closed ArnaudBuchholz closed 4 months ago

ArnaudBuchholz commented 4 months ago

One significant issue I observe is when using --ui5 combined with --cache, the cache is filled "on the fly". When several browsers are used in parallel, this creates a bottleneck that slows down all executions. The idea would be to preload the UI5 resources by :

ArnaudBuchholz commented 4 months ago

Implemented in 4.3.0