user-flow icon indicating copy to clipboard operation
user-flow copied to clipboard

Run e2e tests in parallel

Open BioPhoton opened this issue 3 years ago • 2 comments

As we access the same folder for all tests we get interference between tests.

The solution here is to create a test setup and folder for every Project Instance.

  • [ ] Create the package.json dynamically => needed for serveCommand CLI param which executes a npm srcipt
  • [ ] Add time stamp to the project folder

BioPhoton avatar Dec 31 '22 21:12 BioPhoton

Running test in parrallel is still not working:

This MR reverted to sequential e2e test

https://github.com/push-based/user-flow/pull/268

ChristopherPHolder avatar Feb 23 '24 15:02 ChristopherPHolder

Currently all test including e2e take 2 min in the pipeline. This issue should not be prioritised.

ChristopherPHolder avatar Sep 23 '24 11:09 ChristopherPHolder