Skip to content

Commit

Permalink
Merge pull request #4404 from mendersoftware/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…tests/e2e_tests/playwright-1.44.0

chore: Bump playwright from 1.42.1 to 1.44.0 in /tests/e2e_tests
  • Loading branch information
mzedel committed May 15, 2024
2 parents 5048092 + 0cc92bb commit 6a1deae
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ updates:
- '@emotion*'
- '@mui*'
reviewers:
- "mendersoftware/frontend-dependabot-reviewers"
- 'mendersoftware/frontend-dependabot-reviewers'
- commit-message:
prefix: chore
directory: /
Expand All @@ -38,8 +38,14 @@ updates:
interval: monthly
day: saturday
groups:
playwright:
patterns:
- '@playwright*'
- 'playwright*'
e2e-test-dependencies:
dependency-type: development
exclude-patterns:
- '*'
- '@playwright*'
- 'playwright*'
reviewers:
- "mendersoftware/frontend-dependabot-reviewers"
- 'mendersoftware/frontend-dependabot-reviewers'
48 changes: 18 additions & 30 deletions tests/e2e_tests/package-lock.json

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

6 changes: 3 additions & 3 deletions tests/e2e_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"devDependencies": {
"@bgotink/playwright-coverage": "^0.2.2",
"@nuintun/qrcode": "^4.1.2",
"@playwright/test": "1.42.1",
"@playwright/test": "1.44.0",
"axios": "^1.6.8",
"dayjs": "^1.11.11",
"jwt-decode": "^4.0.0",
"md5": "^2.3.0",
"otplib": "^12.0.1",
"pixelmatch": "^5.3.0",
"playwright": "^1.42.0",
"playwright-chromium": "1.42.0",
"playwright": "^1.44.0",
"playwright-chromium": "1.44.0",
"typescript": "^5.4.5",
"uuid": "^9.0.1"
}
Expand Down
3 changes: 3 additions & 0 deletions tests/e2e_tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ run_tests() {
return 1
fi

# the following two lines are needed to help with updates to the playwright packages as we rely on the prebuilt mender-test-containers image
docker exec $runnerid npm i
docker exec $runnerid npx playwright install

docker exec $runnerid npm run test-ci || failed=1

docker inspect --format '{{.State.ExitCode}}' $runnerid || true
Expand Down

0 comments on commit 6a1deae

Please sign in to comment.