daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.
https://not-gov.uk/
MIT License
27 stars 8 forks source link

CI: Update cypress to v13 #1004

Closed daniel-ac-martin closed 1 month ago

daniel-ac-martin commented 1 month ago

This requires installing process in the base of the repo. (Due to incompatibility with PNPM?)

It also requires us to disable testIsolation, as we do not yet support that.

This should fix the issue with Firefox-based tests being broken.