You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our E2E tests run sequentially which takes significant amount of time. To reduce the time of the run, we could run the tests in parallel. It can be achieved using official Cypress Dashboard along with Cypress Cloud which costs $799 a year for the cheapest plan. Sorry-cypress is a free open-source alternative for the Cypress Dashboard that can be self-hosted.
Potential benefits
Running tests in parallel
Dashboard, that shows test results on UI
Automatic change of the commit status based on results
Uh oh!
There was an error while loading. Please reload this page.
Description:
Problem
Our E2E tests run sequentially which takes significant amount of time. To reduce the time of the run, we could run the tests in parallel. It can be achieved using official
Cypress Dashboard
along withCypress Cloud
which costs $799 a year for the cheapest plan.Sorry-cypress
is a free open-source alternative for theCypress Dashboard
that can be self-hosted.Potential benefits
Dashboard
, that shows test results on UITechnical tasks
The text was updated successfully, but these errors were encountered: