Closed Zasa-san closed 4 months ago
Like we do with puppeteer legacy tests. The goal is to run cypress tests in parallel and isolate flaky tests + reduce time of runs.
I'm running quick test for this and seems to be working fine. I split the suites in 3 different tasks:
I created separate CI workflows for each one and added the param "with: spec" to each one of them.
Like we do with puppeteer legacy tests. The goal is to run cypress tests in parallel and isolate flaky tests + reduce time of runs.