pixiebrix-extension
pixiebrix-extension copied to clipboard
Playwright: run e2e tests locally in a CI container
Currently we don't run e2e tests the same way locally as we do in the github workflow. Ideally we could spin up a container and run it in exactly the same way as it will run in CI (in a linux latest ubuntu image)
Some options:
Docker script https://github.com/lblod/ember-rdfa-editor/blob/f31ba5c4714a1dc59609be3402c8c6fd63914abf/scripts/e2e.sh
Or
Use act https://nektosact.com/
https://github.com/microsoft/playwright-python/issues/796 https://github.com/qemus/qemu-docker