axe-playwright icon indicating copy to clipboard operation
axe-playwright copied to clipboard

:wheelchair:: Custom commands for Playwright to run accessibility (a11y) checks with axe-core

Results 36 axe-playwright issues
Sort by recently updated
recently updated
newest added

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 29.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.5.2&new-version=29.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.7.14. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.7.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 v29.0.0 Blog post: https://jestjs.io/blog/2022/08/25/jest-29 Features...

dependencies

Bumps [jest-each](https://github.com/facebook/jest/tree/HEAD/packages/jest-each) from 27.5.1 to 29.0.1. Release notes Sourced from jest-each's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 v29.0.0 Blog post: https://jestjs.io/blog/2022/08/25/jest-29 Features...

dependencies

Hey, we've been using this lib in our project and that is great! However when there are no violations, I'd rather not have any logs. When looking at the results...

enhancement

When I have axe-playwright set up, everything seems to work well. But I noticed that there is the following error in the tsconfig.json file: Cannot find type definition file for...

I'm using this tool along with storybook, but there are some times when I'd like to disable failures for certain stories. For instance, I have a story of an `input`...

feature

Our solution is getting false-positives for color-contrast, which seems to be fixed in a newer version of `axe-core`. Would it be possible to bump the version consumed by this plugin?...

The documentation suggest the following syntax is valid: ```ts await checkA11y(page, null, { detailedReport: true, }) ``` When using this, I get a TypeScript error: ``` Argument of type 'null'...