The expected implementation of cypress parallel testing is using their online service (https://www.cypress.io/) or a self-hosted version of the server software (https://sorry-cypress.dev/).
For the purposes of CI, we want to parallelise our cypress test suites in a docker environment, without relying on a third-party service.
Investigate the options for running Cypress tests in parallel in CI. Optionally demonstrate the different options with proofs-of-concept.
Acceptance Criteria
- A detailed proposal and/or demo implementation of running Cypress tests in parallel in CI (without changing Quibble)