-
Notifications
You must be signed in to change notification settings - Fork 672
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
Glob patterns in runner.src method #980
Comments
@inikulin I saw that but I don't see solution here... |
As a workaround you can use the node-glob module to find files by a pattern and pass the |
@miecio1212 The solution is either to issue a PR, or wait till functionality will be implemented by someone else, or use workaround that @AlexanderMoskovkin suggested. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow. |
…press#980) (DevExpress#2687) * Implemented glob pattern support for runner.src method * move real path calculation to Bootstrapper class * minor change * small refactoring
Are you requesting a feature or reporting a bug?
feature
What is the current behavior?
runner.src(...)
method does not support glob patterns in parameters, it's inconsistent with cli.What is the expected behavior?
I want to have possibility specify global pattern or array of patterns in
runner.src(...)
method.Specify your
The text was updated successfully, but these errors were encountered: