You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Allow screenshot update docker to run multiple test files (#12291)
The entrypoint script only passed the first argument so if you specified multiple test files it would only run the first. This will need the docker image to be rebuilt on each machine you run it on to take effect.
This commit is contained in:
@ -5,4 +5,4 @@ set -e
|
||||
yarn link
|
||||
yarn --cwd ../element-web install
|
||||
yarn --cwd ../element-web link matrix-react-sdk
|
||||
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $1
|
||||
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $@
|
||||
|
Reference in New Issue
Block a user