Skip to content

Commit e2bf87c

Browse files
committed
ci: optimize e2e test speed
1 parent aa4035e commit e2bf87c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ jobs:
103103

104104
playwright_e2e_tests:
105105
name: Playwright E2E test
106+
timeout-minutes: 15
106107
runs-on: ubuntu-latest
108+
container:
109+
image: mcr.microsoft.com/playwright:v1.55.1-noble
110+
options: --user 1001
107111
steps:
108-
- uses: actions/checkout@v4
112+
- uses: actions/checkout@v5
109113

110114
- uses: pnpm/action-setup@v4
111115
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@mutoe/eslint-config": "^4.11.0-2",
3737
"@pinia/testing": "^1.0.2",
38-
"@playwright/test": "^1.55.1",
38+
"@playwright/test": "1.55.1",
3939
"@testing-library/cypress": "^10.1.0",
4040
"@testing-library/user-event": "^14.6.1",
4141
"@testing-library/vue": "^8.1.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)