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

Parallelizing on Test Suites instead of individual Test Cases #22

Open
thadc23 opened this issue Dec 19, 2016 · 0 comments
Open

Parallelizing on Test Suites instead of individual Test Cases #22

thadc23 opened this issue Dec 19, 2016 · 0 comments

Comments

@thadc23
Copy link

thadc23 commented Dec 19, 2016

Is it possible to create batches of Test Suites instead of batches of individual Test Cases? For example, I am using JBehave for BDD Scenarios and running them via the maven failsafe plugin to run JUnit style tests. In the result TEST-*XML, it is treating every individual step(i.e Given, When, Then) in the scenario as a <testcase>. The testsuite element is really what I want to look at for creating batches to run.

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

No branches or pull requests

1 participant