Skip to content
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

[Issue] Tests are running in a one thread when pass files as array of arrays #29

Open
EugenePetrik opened this issue Jun 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@EugenePetrik
Copy link

EugenePetrik commented Jun 21, 2022

Tool:

  • WDIO + Cucumber

Config:
specs: [['tests/**/*.feature']]

If we pass the feature files as an array of arrays, this causes entire scripts to run on a single thread.

If we pass specs: ['tests/**/*.feature'] it runs scenarios in multiply threads, however, it creates a new lunch for each feature file in the ReportPortal.

Expected result:
It would be nice to add just specs: ['tests/**/*.feature'] and run scenarios in a parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants