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

Proxy idea #13

Closed ArnaudBuchholz closed 2 years ago

ArnaudBuchholz commented 3 years ago

One way to speed up / facilitate the adoption would be to rely on the UI5 cli tools to serve the UI5 application. Then, the ui5-test-runner could act as a proxy to inject the hooks and receive feedback during the tests execution.

An example of proxy with puppeteer.

ArnaudBuchholz commented 3 years ago

Open questions :

ArnaudBuchholz commented 2 years ago

For code coverage, that could work by instrumenting files on the fly Standalone builds & watch would depend on how much information we can grab from the sources. Possibly nothing would work.