component-driven / component-driven/cypress-axe

retries and interval are not working

Open
#184 1 comment 0 reactions 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

When trying following code, retries and thus interval does not happen when a11y violations are reported.

cy.checkA11y( null, { retries: 3, interval: 1000 }, null, true, )

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 from the cy.checkA11y call shown in the issue and trace how its retries and interval options are handled when accessibility violations are reported. Reproduce the call with retries set to 3 and interval set to 1000, then verify that violations trigger the expected retries and delays.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.