Skip to content

Commit

Permalink
Cypress 11 support (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite authored Dec 1, 2022
1 parent d280f0e commit 5313438
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 349 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
cypress-version: [10, 11]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,5 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i cypress@${{ matrix.cypress-version }}
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Test accessibility with [axe-core](https://github.com/dequelabs/axe-core) in [Cy

1. **Install `cypress-axe` from npm:**

- For Cypress v10 install latest cypress-axe
- For Cypress v10 and above install latest cypress-axe

```sh
npm install --save-dev cypress-axe
Expand Down
Loading

0 comments on commit 5313438

Please sign in to comment.