Skip to content

Commit

Permalink
chore: Bump playwright, etc. (#233)
Browse files Browse the repository at this point in the history
* bump pw

* bump convenience packages

* use up to date sc

* pin sc

* bump testrunner utils
  • Loading branch information
mhan83 committed Sep 27, 2023
1 parent ebc3a68 commit dcd13dd
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ jobs:
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: github-playwright-sc-check-tunnel-${{ matrix.os }}-${{ matrix.browser }}
scVersion: 4.7.1
tunnelName: github-playwright-sc-check-tunnel-${{ matrix.os }}-${{ matrix.browser }}
scVersion: 4.9.1

- name: Test on Sauce
working-directory: ./tests/fixtures/cloud
Expand Down
96 changes: 49 additions & 47 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"homepage": "https://github.com/saucelabs/sauce-playwright-runner",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@playwright/test": "1.37.1",
"@playwright/test": "1.38.1",
"@saucelabs/playwright-reporter": "0.4.3",
"@saucelabs/testcomposer": "^1.0.0",
"@wdio/logger": "7.26.0",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"glob": "^8.0.0",
"lodash": "4.17.21",
"playwright": "1.37.1",
"playwright": "1.38.1",
"query-string": "^7.1.1",
"sauce-testrunner-utils": "1.3.0",
"sauce-testrunner-utils": "1.4.0",
"shelljs": "^0.8.5",
"xml-js": "1.6.11"
},
Expand Down

0 comments on commit dcd13dd

Please sign in to comment.