Skip to content

Commit b3ffb16

Browse files
committed
Fix browser tests in CI pipeline
1 parent 42adee3 commit b3ffb16

File tree

4 files changed

+48
-21
lines changed

4 files changed

+48
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
browser:
8787
name: Test (Browser)
88-
runs-on: 'ubuntu-latest'
88+
runs-on: 'ubuntu-22.04'
8989
steps:
9090
- name: Checkout
9191
uses: actions/checkout@v2

package-lock.json

Lines changed: 45 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@definitelytyped/dtslint": "^0.0.100",
33-
"@playwright/test": "^1.27.1",
33+
"@playwright/test": "^1.36.1",
3434
"aws-sdk": "^2.1.49",
3535
"babel-loader": "^5.0.0",
3636
"babel-runtime": "^5.1.10",
@@ -86,7 +86,7 @@
8686
"lint:types": "dtslint types",
8787
"test": "npm run test:mocha",
8888
"test:mocha": "grunt build && grunt test",
89-
"test:browser": "playwright test --config tests/browser/playwright.config.js tests/browser/spec.js",
89+
"test:browser": "playwright test --config tests/browser/playwright.config.js",
9090
"test:integration": "grunt integration-tests",
9191
"test:serve": "grunt connect:server:keepalive",
9292
"extensive-tests-and-publish-to-aws": "npx mocha tasks/tests/ && grunt --stack extensive-tests-and-publish-to-aws",
File renamed without changes.

0 commit comments

Comments
 (0)