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

Add support for additional parallel configuration #85

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

Cruikshanks
Copy link
Member

Initial feedback for the parallel mode was that depedending on the project under test how features were split across them could be quite unbalanced.

For example in a project with some features containing only one scenario, and others containing lots you could end up waiting for one process to finish because the others got the features with only a few scenarios. So the ability to tell ParallelTests to group by 'scenarios' would be really beneficial.

The other was that depending on your machine you may get some benefit increasing the number of processes running.

Hence this change expands the parallel config from a simple parallel: true to a whole new section in the config.yml, and addss support into Quke to process the additional arguments.

Initial feedback for the parallel mode was that depedending on the project under test how features were split across them could be quite unbalanced.

For example in a project with some features containing only one scenario, and others containing lots you could end up waiting for one process to finish because the others got the features with only a few scenarios. So the ability to tell ParallelTests to group by 'scenarios' would be really beneficial.

The other was that depending on your machine you may get some benefit increasing the number of processes running.

Hence this change expands the parallel config from a simple `parallel: true` to a whole new section in the `config.yml`, and addss support into Quke to process the additional arguments.
@Cruikshanks Cruikshanks added the enhancement New feature or request label Mar 1, 2019
@Cruikshanks Cruikshanks self-assigned this Mar 1, 2019
@Cruikshanks Cruikshanks merged commit 1e56b73 into master Mar 1, 2019
@Cruikshanks Cruikshanks deleted the add-parallel-configuration branch March 1, 2019 11:50
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

Successfully merging this pull request may close these issues.

1 participant