-
-
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
Using --testURL as a CLI option results in Unrecognized CLI Parameter" #8889
Comments
Haha, what a dumb error 😅 Workaround: Do you wanna send a PR fixing this? The error is here: https://github.com/facebook/jest/blob/95688ac9c81c19ca1bbda3aaad2a278c2a60461f/packages/jest-validate/src/validateCLIOptions.ts#L80-L89 In particular, making sure to check |
My coworker, @cchanse, would like to take a stab at it |
That's awesome, go for it! |
Arguments starting with a |
Can i help in this issue in someway? |
I will take this up. |
@SimenB I made a change are wrote a unit test for same. How can I run a single unit test only? |
May I work on this issue? |
@victorphoenix3 yes! |
@victorphoenix3 let me know if you're not working on it, I'd love to take a try 😄 |
Hi @alexkubica ! I am almost done with the PR. Maybe you could help review it :) |
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. |
Bug Report
When running jest via the command line with a
--testURL
argument it says the parameter is unrecognized.To Reproduce
Install jest and then run
jest --testURL "https://localhost"
Expected behavior
Jest runs with the appropriate testURL as part of the configuration
envinfo
The text was updated successfully, but these errors were encountered: