tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Allow for extra Playwright CLI options when running e2e tests #1768

Closed jdeanwallace closed 3 months ago

jdeanwallace commented 3 months ago

Resolves https://github.com/tiny-pilot/tinypilot/issues/1696

This PR allows for extra Playwright CLI options to passed to Playwright when running e2e tests.

For example, this means you can guide Playwright on which tests to run like so:

./dev-scripts/run-e2e-tests -- --grep 'shows privacy policy'

Review on CodeApprove

jdeanwallace commented 3 months ago
Automated comment from CodeApprove ➜

⏳ @jotaen4tinypilot please review this Pull Request