Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.40.1"
"@playwright/test": "1.40.1"
}
}
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.1-focal
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand All @@ -24,8 +26,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Install playwright
run: pnpm playwright install

- name: Run Playwright tests
run: pnpm --filter e2e test:all
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.