Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2402cd5

Browse files
authored
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.
1 parent 222010f commit 2402cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
yarn link
66
yarn --cwd ../element-web install
77
yarn --cwd ../element-web link matrix-react-sdk
8-
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $1
8+
npx playwright test --update-snapshots --reporter line --project='Legacy Crypto' $@

0 commit comments

Comments
 (0)