Skip to content

Commit

Permalink
Tries chromeLaunchConfig fix (see pa11y/pa11y-ci/issues/198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 28, 2023
1 parent 1d36e2b commit e585acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pa11yci.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const baseUrl = 'http://localhost:4000';
module.exports = {
defaults: {
concurrency: 1,
chromeLaunchConfig: {
executablePath: '/usr/bin/google-chrome',
},
ignore: [
'WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail', // colour contrast, which is a known issue
],
Expand Down

0 comments on commit e585acf

Please sign in to comment.