huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
225 stars 80 forks source link

Split cypress e2e #6900

Closed Zasa-san closed 1 week ago

Zasa-san commented 2 weeks 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.

txau commented 1 week ago

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.