component-driven / component-driven/cypress-axe

wcag22aa tag showing No violations

Open
#179 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
641
Forks
90
Avg merge
6h 8m
Merged PRs (30d)
1

Description

Product
axe-core

Product Version
4.10.0

Latest Version
I have tested the issue with the latest version of the product
Issue Description
Expectation
I am trying to use the tag wcag22aa to test accessibility violations against WCAG 2.2 AA standard.

Actual
My Test case is getting passed with No Violation Found

How to Reproduce
using below two lines after visiting the screen where I need to verify accessibility-
cy.injectAxe();
cy.checkA11y(null, {runOnly: {type: "tag",values: ["wcag22aa"]}});

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the cypress-axe integration points used by cy.injectAxe() and cy.checkA11y(), and compare how the runOnly tag is passed to axe-core. Reproduce the report with axe-core 4.10.0 and the wcag22aa tag; done means the tag behavior is explained or corrected and a regression test covers the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
cypress, typescript
Domain
accessibility, testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.