File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3030 run : npm ci
3131 - name : npm build
3232 run : npm run build --if-present
33+ - run : npx playwright install chromium
3334 - name : npm test
3435 run : npm test
3536 env :
Original file line number Diff line number Diff line change 1919 registry-url : https://registry.npmjs.org/
2020 cache : npm
2121 - run : npm ci
22+ - run : npx playwright install chromium
2223 - run : npm test
2324 - run : npm version ${TAG_NAME} --git-tag-version=false
2425 env :
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626 - name : Preparation
2727 uses : ./.github/actions/setup
28+ - run : npx playwright install chromium
2829 - name : Perform last-minute tests
2930 run : npm test
3031 - name : Configure Git
Original file line number Diff line number Diff line change 11dist
22node_modules
3+ test /__screenshots__
Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ export default defineConfig({
66 browser : {
77 enabled : true ,
88 provider : 'playwright' ,
9+ headless : true ,
910 instances : [
1011 {
11- browser : 'chromium' ,
12- launch : {
13- executablePath : '/usr/bin/chromium-browser'
14- }
12+ browser : 'chromium'
1513 }
1614 ]
1715 }
You can’t perform that action at this time.
0 commit comments