Skip to content

Commit b9a543b

Browse files
committed
🔧 Dissociate pinned e2e setup
1 parent 7c0e13c commit b9a543b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"test:script": "node --test --experimental-test-module-mocks './scripts/**/*.spec.*'",
3131
"test:unit:watch": "yarn test:unit --no-single-run",
3232
"test:unit:bs": "node --env-file-if-exists=.env ./scripts/test/bs-wrapper.ts karma start test/unit/karma.bs.conf.js",
33-
"test:e2e:setup": "yarn build && yarn build:apps && yarn playwright install --with-deps && yarn dlx -p playwright@1.40.1 playwright install chromium firefox webkit",
33+
"test:e2e:setup": "yarn build && yarn build:apps && yarn playwright install --with-deps",
34+
"test:e2e:setup:pinned": "volta run --node 20 yarn dlx -p playwright@1.40.1 playwright install chromium firefox webkit",
3435
"test:e2e": "playwright test --config test/e2e/playwright.config.ts",
3536
"test:compat:tsc": "node scripts/check-typescript-compatibility.ts",
3637
"test:compat:ssr": "scripts/cli check_server_side_rendering_compatibility",

0 commit comments

Comments
 (0)