We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
package.json
serveCommand
The text was updated successfully, but these errors were encountered:
Running test in parrallel is still not working:
This MR reverted to sequential e2e test
#268
Sorry, something went wrong.
Currently all test including e2e take 2 min in the pipeline. This issue should not be prioritised.
No branches or pull requests
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.
package.json
dynamically => needed forserveCommand
CLI param which executes a npm srciptThe text was updated successfully, but these errors were encountered: