]> source.dussan.org Git - nextcloud-server.git/commit
feat(cypress): Always run cypress CI in parallel (independent from cypress.io) 41039/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Sat, 21 Oct 2023 16:33:05 +0000 (18:33 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Sat, 21 Oct 2023 16:42:08 +0000 (18:42 +0200)
commit37d53d6b7972862657c3a077dd3c74abda65e966
tree3d953d4ed74326de89c5d8d2644ef358b85e60a5
parent5c2610af7dbce72fa1c1b02185a2c28cd5be004e
feat(cypress): Always run cypress CI in parallel (independent from cypress.io)

The server always exceeds the free Cypress.io time so there is no benefit using it
unless we go for the enterprise plan.
So this simply uses `cypress-split` to split the specs and run them in parallel CI workers (only e2e tests).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
.github/workflows/cypress.yml
cypress.config.ts
package-lock.json
package.json