Up until recently, we have been using Sorry Cypress, which has limited us to an older version of cypress.
We're using 11.1.0 and the latest is 15.14.2.
I understand this is likely a breaking change, so we'll need to update something (tests and maybe config) to be able to use the latest library.
This ticket is about updating the main cypress library (and the other cypress libraries that we use) to bring us up to date now that we are no longer using Sorry Cypress.
I know moving from 11 > 12 requires the testIsolation to be updated to a boolean rather than on or off.
Up until recently, we have been using Sorry Cypress, which has limited us to an older version of cypress.
We're using
11.1.0and the latest is15.14.2.I understand this is likely a breaking change, so we'll need to update something (tests and maybe config) to be able to use the latest library.
This ticket is about updating the main cypress library (and the other cypress libraries that we use) to bring us up to date now that we are no longer using Sorry Cypress.
I know moving from 11 > 12 requires the
testIsolationto be updated to a boolean rather thanonoroff.