component-driven / component-driven/cypress-axe
retries and interval are not working
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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