You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I would like to ask if running serenity batches for a specific set of test with tags is possible.
I've tried to follow the link below:
https://serenity-bdd.github.io/theserenitybook/latest/serenity-parallel-batches.html
And I am able to run my whole suite and get it parallelized in batch but when I add the tag on the mvn command, I get 0 tests run.
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in cucumber.CucumberTestSuite8
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in cucumber.CucumberTestSuite2
For context, I created 8 CucumberTestSuite.java to emulate the SlicedTestRunners on the link.
Sample command:
mvn clean verify -Dserenity.batch.count=1 -Dserenity.batch.number=1 -Dcucumber.filter.tags=@test -P useTheForks
Beta Was this translation helpful? Give feedback.
All reactions