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

On https://www.npmjs.com/package/axe-playwright description of getViolations function is incorrect: ` const violations = await getViolations(page, 'input[name="password"]', { axeOptions: { runOnly: { type: 'tag', values: ['wcag2a'], }, }` but should be: `...

As a followup of #95 One thing I noticed in this library is that there is both a report functionality tied to `assert` and there are a couple console.logs/table happening....

I think this would be more of a question ask than an issue report. I couldn't find answers by searching online so would like to get some help here. I...

feature

We're currently seeing a compatibility issue when using `axe-playwright` in our project. The type of the property `runOnly` from `axe-core`'s `RunOptions` has changed on a newer version, causing the following...

It may be a good option for the users to have a detailed HTML report so that the artifact can be shared across.

I noticed an issue with the junit reporter character encoding when used with playwright-test. The issue seems to be exclusive to junit reporter, as opposed to perfect output from the...

help wanted

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

the `raw` and `raw-env` types do not have the `violations` object on them and blows up when trying to report the summary. With my PR #3 I added a type...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.11.3. 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.11.3)](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/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 29.2.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.2.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