component-driven / component-driven/cypress-axe
Running cy.checkA11y three times or more causing app to freeze
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 641
- Forks
- 90
- Avg merge
- 6h 8m
- Merged PRs (30d)
- 1
Description
I'm not sure if anyone else if having this issue. However, when running cy.checkA11y three times, with the following params:
cy.checkA11y(null, null, null, {skipFailures: true});
it's causing the Cypress test to freeze all together with no failures
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 by reproducing the freeze in Cypress with three or more calls to cy.checkA11y(null, null, null, {skipFailures: true}). Trace the cypress-axe command and axe-core interaction to determine what changes on the third invocation. Done means repeated calls complete without freezing and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, typescript
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100