File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 node-version : ${{ steps.node-version.outputs.version }}
7878 cache : ' npm'
7979 - run : npm ci
80- - run : npm install @playwright/test@${{ matrix.playwright-version }} --no-save --min-release-age=0
80+ - run : npm install --no-save --min-release-age=0 @playwright/test@${{ matrix.playwright-version }}
8181 - run : npx playwright install --with-deps chromium
8282 - run : |
8383 npm run test:timings
Original file line number Diff line number Diff line change 4444 "test:all" : " npm run test:e2e && npm run test:timings && npm run test:merge && npm run test:lanes" ,
4545 "example" : " npm run build && node scripts/example.ts" ,
4646 "example:shards" : " npm run example -- --shards" ,
47- "pw" : " npm i --no-save @playwright/test@$PW" ,
47+ "pw" : " npm i --no-save --min-release-age=0 @playwright/test@$PW" ,
4848 "pw:versions" : " node scripts/pw-versions.ts" ,
4949 "pw:install" : " PLAYWRIGHT_SKIP_BROWSER_GC=1 npx playwright install chromium" ,
5050 "deps" : " npx npm-check-updates -i --format group,dep,repo --cooldown 5"
You can’t perform that action at this time.
0 commit comments