Releases: chanzuckerberg/axe-storybook-testing
Releases · chanzuckerberg/axe-storybook-testing
v0.2.1
v0.2.0
Breaking
- Remove
--debug
option
Features
- Add
--headless
option (defaults to true) - Add
--browser
option (defaults to chromium. Accepts chromium, firefox, or webkit) - Display the violating html in results
Bugfixes
- Don't log
undefined
to the console when there are test failures
Maintenance
- Switch to Playwright, instead of Puppeteer
- Remove AxePuppeteer, and write our own AxePlaywright integration
- Write Mocha tests, instead of doing our own formatting of results