tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
561 stars 116 forks source link

How do specs running in parallel not collide in the database? #124

Open abcd-ca opened 1 year ago

abcd-ca commented 1 year ago

Do I need to have multiple test DB connections so that the parallel specs aren't colliding when they seed data in beforeEach? Curious to know how this should be set up or how it is supported. Thanks.