component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
622 stars 86 forks source link

Running cy.checkA11y three times or more causing app to freeze #50

Open CharlieGreenman opened 4 years ago

CharlieGreenman commented 4 years ago

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

bledbytyci commented 1 year ago

@CharlieGreenman I'm still having this issue with the latest version of cypress-axe, did you find any workaround for this?

Thanks in advance!! :)

CharlieGreenman commented 1 year ago

I moved off this project a year ago and don't remember

bledbytyci commented 1 year ago

Ohh okay, thanks a lot for the answer! :)