-
-
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
[Bug]: Unable to run multiple tests through -t argument #15133
Comments
Try adding |
Whether I use = or not I get the following @mrazauskas 'Test1|Test2' is not recognized as an internal or external command. |
If I pass following commands to
|
Looks like it is related to another issue in the CI potentially. I don't want to leave this open if it is not a real issue |
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. |
Version
29.7
Steps to reproduce
I'm trying to run a set of tests using jest
Create a basic test suite with 2 tests. Run the tests with flag: -t=Test1|Test2 or -t=^Test1$|^Test2$
Expected behavior
Both tests are run
Actual behavior
Neither tests are run
Additional context
-t=Test1 works by itself as does -t=Test2
Environment
The text was updated successfully, but these errors were encountered: