-
Notifications
You must be signed in to change notification settings - Fork 186
Add ability to run tests by part of a name. #470
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
Comments
Idea. Introduce ability to specify patterns in regex format. For example: |
why use '*' or a regexp? you could predefine an escape character for like to be |
I guess this is solved by putting |
Yes, I think especially tags are a good substitute. |
I would keep it open. It's still a good idea. |
Currently you need to specify a full name to execute test procedure / suite / package
Example:
We could add ability to use '*' at the end of the package name to run all tests/suites by part of the name.
So I could call:
Adding the '*' at the end of the name should be most easy and most beneficial.
Allowing '*' in any place of name would be more natural, but there is very little value in it and implementation of such feature would be a bigger effort.
The text was updated successfully, but these errors were encountered: