Skip to content

Commit

Permalink
update playwright verison
Browse files Browse the repository at this point in the history
JSUI-3538
  • Loading branch information
wmannard committed Oct 15, 2024
1 parent 200fae5 commit b25d0f1
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
test-job:
runs-on: ubuntu-22.04
runs-on: ubuntu--latest
steps:
- name: Deploy JSUI beta version on Netlify
run: curl --request POST https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK_ID }}
Expand Down
81 changes: 51 additions & 30 deletions playwright/package-lock.json

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

18 changes: 9 additions & 9 deletions playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/async-retry": "^1.4.1",
"@playwright/test": "1.48.0",
"@types/async-retry": "1.4.1",
"@types/strip-color": "0.1.0",
"async-retry": "^1.3.1",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"dotenv": "^8.0.0",
"path": "^0.12.7",
"playwright": "^1.44.1",
"prettier": "^3.3.2",
"async-retry": "1.3.1",
"chalk": "4.1.2",
"child_process": "1.0.2",
"dotenv": "8.0.0",
"path": "0.12.7",
"playwright": "1.44.1",
"prettier": "3.3.2",
"ts-node": "10.9.1"
}
}

0 comments on commit b25d0f1

Please sign in to comment.