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 :
Accessing resources/sap-ui-version.json to know the list of libraries
For each library, accessing resources/sap/m/resources.json (or equivalent) to know the list of files
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 :resources/sap-ui-version.json
to know the list of librariesresources/sap/m/resources.json
(or equivalent) to know the list of files