Skip to content

Commit

Permalink
Merge pull request #975 from camicroscope/axe-specify-chromedriver
Browse files Browse the repository at this point in the history
add chrome driver@126
  • Loading branch information
birm authored Jun 14, 2024
2 parents 3d68661 + 29ae631 commit 783162f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/axe-a11y-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- run: npm install -g http-server
- run: npm run build --if-present
- run: http-server -s &
- name: Install specific version of ChromeDriver
run: npm install -g chromedriver@125
- name: Run axe
run: |
npm install -g @axe-core/cli
sleep 90
axe http://127.0.0.1:8080 --exit
axe http://127.0.0.1:8080 --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver --exit

0 comments on commit 783162f

Please sign in to comment.