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 28.1.8 to 29.4.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=28.1.8&new-version=29.4.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

Hi, Wondering why I am getting this message `Cannot find type definition file for 'axe-playwright'`, presumably there is something wrong with my project setup. Thanks, Matt tsconfig.json ``` { "compilerOptions":...

When to expect an update to axe-core 4.9.1 as the issue is pretty severe but already has been fixed upstream

- updated playwright dependency to 1.45.0 - fixed TS errors All unit tests are passing.

- updated npm dependencies to latest versions

I can't seem to find in the documentation, which accessibility standards does axe-playwright use as default. For example, if I were to just run `await checkA11y(page);`? Thanks.