Skip to content

Commit

Permalink
Update and fix playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Ginolas committed Nov 26, 2024
1 parent bd2504a commit 54b9665
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 269 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bazel-*
node_modules
.zed
e2etests/test-results
2 changes: 1 addition & 1 deletion e2etests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ js_test(
expand_env = True,
data =
glob(["tests/**/*.spec.js"]) + [
"playwright.config.js",
"playwright.config.cjs",
":node_modules/playwright",
":node_modules/@playwright/test",
":node_modules/testcontainers",
Expand Down
229 changes: 108 additions & 121 deletions e2etests/package-lock.json

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

12 changes: 5 additions & 7 deletions e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"test": "playwright test"
},
"devDependencies": {
"jasmine": "4.6.0",
"jasmine-core": "4.6.0",
"jasmine": "5.4.0",
"jasmine-core": "5.4.0",
"jasmine-reporters": "2.5.2",
"node-fetch": "^3.3.2",
"testcontainers": "^10.11.0",
"jsdom": "^24.1.1",
"canvas": "^2.11.2",
"@playwright/test": "^1.46.1",
"playwright": "^1.46.1"
"testcontainers": "^10.15.0",
"@playwright/test": "^1.49.0",
"playwright": "^1.49.0"
}
}
Loading

0 comments on commit 54b9665

Please sign in to comment.