-
-
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
Running jest with multiple configs #2511
Comments
I think there are two things here that are kind of conflated:
Shall we split up these two into separate issues? Which one should we go deeper into? Also cc @pedrottimark. |
Duplicate of #2970 |
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. |
add the ability to run Jest with multiple configs.
Example:
jest --config ios.json --config android.json
the idea is that we run all tests for the configs within a single process and then aggregate the results for all of them in the reporters.
some of the challenges:
testCoverageDir
,verbose
, orwatch
?@cpojer @kentaromiura
The text was updated successfully, but these errors were encountered: