user-flow
user-flow copied to clipboard
Run e2e tests in parallel
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.jsondynamically => needed forserveCommandCLI param which executes a npm srcipt - [ ] Add time stamp to the project folder
Running test in parrallel is still not working:
This MR reverted to sequential e2e test
https://github.com/push-based/user-flow/pull/268
Currently all test including e2e take 2 min in the pipeline. This issue should not be prioritised.