-
-
Notifications
You must be signed in to change notification settings - Fork 726
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
--grep is case insensitive in the mode "dry-run" whereas case sensitive in the mode "run" #4222
Labels
Comments
When I'm passing the grep pattern, it doesn't return me anything. |
I think |
Oh, really? I thought it is applicable to all. 😅 |
It looks like |
This issue is stale because it has been open for 90 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you trying to achieve?
I would expect that "run" and "dry-run" modes have the same behavior related to case-sensitivity of tags.
Personally I prefer case-insensitive tags so that I don't want to think if I need to pass the tag
@problem
or@Problem
https://codecept.io/advanced/#tags doesn't say anything about case sensitivity.
What do you get instead?
run
is "case sensitive" when using--grep
dry-run
is "case insensitive" when using--grep
Details
The text was updated successfully, but these errors were encountered: