Skip to content

Commit

Permalink
Merge pull request #685 from acs3ss/dependabot/npm_and_yarn/playwrigh…
Browse files Browse the repository at this point in the history
…t/test-1.49.1

Bump @playwright/test from 1.48.2 to 1.49.1
  • Loading branch information
winstliu authored Dec 21, 2024
2 parents cab0b91 + 02defd5 commit 67216af
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm run build

- name: Install Playwright browsers
run: npx playwright install --with-deps
run: npx playwright install --with-deps --no-shell

- name: npm run test
run: npm run test
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
Expand Down
5 changes: 3 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default defineConfig({
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"] },
// Use new headless mode https://playwright.dev/docs/browsers#chromium-new-headless-mode
use: { ...devices["Desktop Chrome"], channel: "chromium" },
},

{
Expand All @@ -46,7 +47,7 @@ export default defineConfig({
/* Test against mobile viewports. */
{
name: "Mobile Chrome",
use: { ...devices["Pixel 5"] },
use: { ...devices["Pixel 5"], channel: "chromium" },
},
{
name: "Mobile Safari",
Expand Down

0 comments on commit 67216af

Please sign in to comment.