Skip to content

Commit

Permalink
fix: Upgrade playwright to allow run on local environment app (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen authored Apr 29, 2024
1 parent b9d543d commit 9932a2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,7 @@ jobs:
secrets: inherit
with:
backend-external-url: https://pay-transparency-dev-backend-external.apps.silver.devops.gov.bc.ca/api

test-e2e:
name: E2E (dev)
needs: [deploys]
uses: ./.github/workflows/.e2e.yml
secrets: inherit
with:
frontend-url: https://dev.paytransparency.fin.gov.bc.ca


zap:
name: ZAP Scan
needs: [deploys]
Expand Down
3 changes: 2 additions & 1 deletion frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/vue": "^8.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.11.24",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-vue": "^4.5.2",
Expand All @@ -61,6 +61,7 @@
"flush-promises": "^1.0.2",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"playwright": "^1.43.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"stylus": "^0.63.0",
Expand Down

0 comments on commit 9932a2e

Please sign in to comment.