Skip to content

Commit 6addf47

Browse files
authored
test: run playwright tests with chromium-headless-shell (#815)
1 parent 3c9ab66 commit 6addf47

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.github/workflows/autofix.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: πŸ“¦ Install dependencies
3232
run: pnpm install
3333

34-
- name: πŸ“¦ Install browsers
35-
run: pnpm playwright install
34+
- name: 🌐 Install browser
35+
run: pnpm playwright install chromium-headless-shell
3636

3737
- name: 🌐 Compare translations
3838
run: pnpm i18n:check

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpm install
5757

5858
- name: 🌐 Install browser
59-
run: pnpm playwright install
59+
run: pnpm playwright install chromium-headless-shell
6060

6161
- name: πŸ’ͺ Type check
6262
run: pnpm test:types

β€Žplaywright.config.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig<ConfigOptions>({
2828
},
2929
projects: [
3030
{
31-
name: 'chromium',
31+
name: 'chromium-headless-shell',
3232
use: { ...devices['Desktop Chrome'] },
3333
},
3434
],

0 commit comments

Comments
Β (0)