Skip to content

Commit

Permalink
Update puppeteer from 20.9.0 to 22.10.0 and resolve breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal committed May 27, 2024
1 parent cc9c7b4 commit be30ecc
Show file tree
Hide file tree
Showing 8 changed files with 351 additions and 699 deletions.
2 changes: 1 addition & 1 deletion lib/pa11y-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function pa11yCi(urls, options) {
await cycleReporters(reporters, 'begin', url);

config.browser = config.useIncognitoBrowserContext ?
await testBrowser.createIncognitoBrowserContext() :
await testBrowser.createBrowserContext() :
testBrowser;

// Run the Pa11y test on the current URL and add
Expand Down
Loading

0 comments on commit be30ecc

Please sign in to comment.