-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
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
concurrent test execution support for test.each #8985
Comments
We should deffo have this |
@SimenB I'll give a shot at this |
Thank you! |
Is it solved? I'm interested in it |
I got caught up with work a bit, will be finishing it of this week |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
It's natural to support something like
test.each.concurrent
that the test function invoked with different items is executed concurrently.Such test function should be written with concurrency in mind.
Motivation
Same as the motivation for
test.concurrent
Example
Pitch
Why does this feature belong in the Jest core platform?
It has to be here :)
The text was updated successfully, but these errors were encountered: