Skip to content

Commit

Permalink
Fix browser tests in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Jul 24, 2023
1 parent 42adee3 commit b3ffb16
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
browser:
name: Test (Browser)
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
63 changes: 45 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "^0.0.100",
"@playwright/test": "^1.27.1",
"@playwright/test": "^1.36.1",
"aws-sdk": "^2.1.49",
"babel-loader": "^5.0.0",
"babel-runtime": "^5.1.10",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lint:types": "dtslint types",
"test": "npm run test:mocha",
"test:mocha": "grunt build && grunt test",
"test:browser": "playwright test --config tests/browser/playwright.config.js tests/browser/spec.js",
"test:browser": "playwright test --config tests/browser/playwright.config.js",
"test:integration": "grunt integration-tests",
"test:serve": "grunt connect:server:keepalive",
"extensive-tests-and-publish-to-aws": "npx mocha tasks/tests/ && grunt --stack extensive-tests-and-publish-to-aws",
Expand Down
File renamed without changes.

0 comments on commit b3ffb16

Please sign in to comment.