File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments