Skip to content

Commit

Permalink
Upgrade playwright to 1.46.1
Browse files Browse the repository at this point in the history
It upgrades it in package.json and in the devcontainer
setup. It's now set to a specific version because it
needs to exactly match the playwright version which is
declared in the devcontainer setup.
  • Loading branch information
radanskoric committed Aug 26, 2024
1 parent 4d65288 commit e32e9d0
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See comments in devcontainer.json for details of setting the playwright tag.
ARG PLAYWRIGHT_TAG="v1.30.0-focal"
ARG PLAYWRIGHT_TAG="v1.46.1-focal"
FROM mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG}

WORKDIR /app
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
// pick '...-arm64' version if running on Apple Silicon.
"args": {
"PLAYWRIGHT_TAG": "v1.30.0-focal"
"PLAYWRIGHT_TAG": "v1.46.1-focal"
}
},
// Add the IDs of extensions you want installed when the container is created.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@open-wc/testing": "^3.1.7",
"@playwright/test": "~1.30.0",
"@playwright/test": "1.46.1",
"@rollup/plugin-node-resolve": "13.1.3",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"arg": "^5.0.1",
"body-parser": "^1.20.1",
"chai": "~4.3.4",
Expand Down
Loading

0 comments on commit e32e9d0

Please sign in to comment.