equal-access icon indicating copy to clipboard operation
equal-access copied to clipboard

[Feature]: Support Cypress 10

Open elizabethsjudd opened this issue 2 years ago • 1 comments

Project

cypress accessibility checker

Description

Currently the latest version of this tool is only supported up to Cypress 9. It would be nice it we could use the latest version of Cypress which is 10.8.0

elizabethsjudd avatar Sep 14 '22 17:09 elizabethsjudd

Triage meeting: We will add this to our backlog and prioritize it.

aliunwala avatar Sep 15 '22 20:09 aliunwala

Hi, just curious if there is an approximate ETA on this. We would really like to use it but we're at Cypress 10, and considering an upgrade to Cypress 12. Thanks.

dwwhalen avatar Dec 21 '22 13:12 dwwhalen

Wanting to also check back in on this. There are some higher vulnerabilities in these old versions of Cypress that our security team is asking us to resolve which we can't without losing our accessibility tests.

elizabethsjudd avatar Jan 06 '23 15:01 elizabethsjudd

My team is also blocked on updating to Cypress 12 by cypress-accessibility-checker.

cknabe avatar Apr 10 '23 17:04 cknabe

Just finishing up some cleanup of the browser extensions. Circling back to the automated tools next. Sorry for the delay.

tombrunet avatar Apr 13 '23 17:04 tombrunet

@tombrunet how is this going for you?

cknabe avatar May 04 '23 16:05 cknabe

Looking at this now.

tombrunet avatar May 15 '23 18:05 tombrunet

@cknabe @elizabethsjudd PR: #1451 . I had to fight a little with the Cypress Promise vs Node Promise vs command structure, but it's running fine locally for me now. I'm getting some test error on loading our test web server, but unrelated to the actual Cypress code. If you have a chance to try this, this would replace your cypress-accessibility-checker folder in node_modules: package.zip (Running on Node 18, Cypress 12)

tombrunet avatar May 16 '23 19:05 tombrunet

See 4.0.0-rc.0 for Cypress 12 support. If you encounter issues with this version, please open new issues. Thank you.

tombrunet avatar May 22 '23 19:05 tombrunet

Thanks a lot!

Edit: I confirmed today that this did work for us.

cknabe avatar May 23 '23 18:05 cknabe

The 3.x branch now works with Cypress 12. See 3.1.59

tombrunet avatar Aug 09 '23 17:08 tombrunet