Running Jest Tests Sequentially #10303
Unanswered
mickeypuri
asked this question in
Q&A
Replies: 1 comment
-
Jest options can be passed to the test script, including https://jestjs.io/docs/en/cli.html#--runinband |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running some integration tests, and find that couple of them run fine by themselves but if I run all at the same time, then they start failing. I wanted to try testing them using Jest in a sequential mode, in which case one has to give jest the runInBand flag. However I didn't want to eject the application. How can I configure to get the tests by jest to run sequencially?
Beta Was this translation helpful? Give feedback.
All reactions