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

Need a browser-less command for integration testing #38

Closed ArnaudBuchholz closed 1 year ago

ArnaudBuchholz commented 1 year ago

puppeteer and webdriver-selenium can't be used for integration testing in the CI because they require the browser to be installed. I need to investigate how I can "simulate" a browser with jsdom (knowing that screenshots won't be supported).