Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
exclude some tests from running on webkit browser and upgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiah-abuga committed Aug 21, 2023
1 parent fb1c395 commit e8252ef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containers: [edge, webkit, chrome, firefox]
containers: [chrome, firefox, edge, webkit]

steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Install WebKit browser dependencies
if: ${{ (matrix.containers == 'webkit') }}
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
build: npx playwright install-deps webkit
runTests: false
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"nuxt": "^2.15.8",
"pa11y": "^6.2.3",
"path-parse": ">=1.0.7",
"playwright-webkit": "^1.34",
"playwright-webkit": "^1.37.1",
"prettier": "^2.6.2",
"prismjs": "^1.27.0",
"sass": "^1.50.1",
Expand Down

0 comments on commit e8252ef

Please sign in to comment.