Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use teamcity to run parallel cypress tests

I am using teamcity-ci to run cypress tests. For now, cypress doesn't support parallel tests in teamcity. Maybe cypress parallel test support is related with the dashboard.

If I don't use the cypress dashboard. Is it possible to run cypress test in parallel in teamcity.

I run my test in by docker-compose run cypress

like image 420
Jake He Avatar asked Aug 24 '18 08:08

Jake He


People also ask

How do you integrate Cypress with TeamCity?

TeamCity config In Teamcity, create a project for your Angular app, add two build steps. The first build step should install the packages, the second should run cypress:ci You could also merge both steps, but I like to separate. Run the build! So there you have it!


1 Answers

For other options apart from agoldis. Pls have a look at here,

Parallel Cypress tests on TeamCity

like image 196
Sridhar Sg Avatar answered Oct 18 '22 15:10

Sridhar Sg