cypress-parallel icon indicating copy to clipboard operation
cypress-parallel copied to clipboard

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

Open abcd-ca opened this issue 3 years ago • 1 comments

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.

abcd-ca avatar Sep 14 '22 19:09 abcd-ca

As with any test suites if you want parallel execution to work flawlessly each test needs its own set of data.

ThatBrianDude avatar Aug 02 '24 08:08 ThatBrianDude