pixiebrix-extension icon indicating copy to clipboard operation
pixiebrix-extension copied to clipboard

Playwright: run e2e tests locally in a CI container

Open fungairino opened this issue 1 year ago • 4 comments

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

fungairino avatar May 10 '24 14:05 fungairino