Skip to content

Commit

Permalink
Update e2e packages (#805)
Browse files Browse the repository at this point in the history
## Ticket

Resolves #801 

## Changes

- Update npm packages
- bump Dockerfile playwright image version
  • Loading branch information
rylew1 authored Dec 9, 2024
1 parent 89fe8e0 commit 58d75d2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Playwright image as a base
FROM mcr.microsoft.com/playwright:v1.48.1-noble
FROM mcr.microsoft.com/playwright:v1.49.0-noble

# Install make and any other necessary dependencies
RUN apt-get update
Expand Down
60 changes: 30 additions & 30 deletions e2e/package-lock.json

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

10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"e2e-test:ui": "./run-e2e-test --ui"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.10"
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.1"
},
"dependencies": {
"@axe-core/playwright": "^4.9.1",
"dotenv": "^16.4.5",
"playwright": "^1.48.1"
"@axe-core/playwright": "^4.10.1",
"dotenv": "^16.4.7",
"playwright": "^1.49.0"
}
}

0 comments on commit 58d75d2

Please sign in to comment.