Skip to content

Commit

Permalink
update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Sep 24, 2024
1 parent f798696 commit fe88092
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 422 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image with Node.js and playwright preinstalled
FROM mcr.microsoft.com/playwright:v1.46.0-jammy as base
FROM mcr.microsoft.com/playwright:v1.47.2-noble as base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV NODE_ENV=test
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "export E2E_ENDPOINT=http://localhost:4321; pnpm playwright test --ui-port=8080 --ui-host=0.0.0.0"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.47.2",
"@storybook/test-runner": "^0.19.1",
"path-to-regexp": "^7.1.0"
},
Expand Down
Loading

0 comments on commit fe88092

Please sign in to comment.