Cypress overall tests execution is quite long as they are sequentially ran by default.
In order to speedup tests execution, they can be run [[ https://docs.cypress.io/guides/guides/parallelization | in parallel ]] using multiple test executors.
Nevertheless, this requires to use the [[ https://www.cypress.io/dashboard/ | Cypress dashboard ]] that cannot be self hosted and is quite limited for its free pricing plan.
Fortunately, it exists the [[ https://docs.sorry-cypress.dev/ | sorry-cypres ]] open source project enabling to run parallel cypress tests while being self hostable.
We should consider using it to speedup cypress tests on Jenkins.