pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
515 stars 63 forks source link

Change concurrency and incognito mode defaults #150

Closed josebolos closed 3 years ago

josebolos commented 3 years ago

This changes the default for concurrency to 1 (from the previous 2) and the default for useIncognitoBrowserContext to true in order to improve the reliability of pa11y-ci with the default settings.

It also updates the Migration guide to explain these changes.

Closes #147.