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

Experiment browser instantiation `server` #67

Closed ArnaudBuchholz closed 7 months ago

ArnaudBuchholz commented 1 year ago

The idea is to check if the startup time is reduced by keeping the command active and reuse it to open new pages. This could easily be experimented with the --capabilities tester. Primary target: puppeteer

ArnaudBuchholz commented 7 months ago

The problem is that it violates the isolation concept : the console logs would be stored in one place instead of separated by process. Furthermore, I don't expect a significant gain of performance (maybe 1 or 2 seconds at startup time) compared to the overall execution time.