Hello,
I use the same number from article
serenity.batch.count=3
serenity.batch.number=${BATCH_NUMBER}
When I run job I see 3 batches are started (1,2 and 3) , I've opened console for each butch and see that test1 from Class1 is running in batch 1, batch 2 and batch 3 at the same time.
There is serenity.property file:
webdriver.driver=firefox
webdriver.wait.for.timeout=2000
serenity.timeout=30000
webdriver.base.url = http://localhost:8080/login
serenity.take.screenshots=BEFORE_AND_AFTER_EACH_STEP
serenity.resized.image.width=2400
firefox.preferences=browser.startup.homepage_override.mstone=ignore; startup.homepage_welcome_url.additional=about:blank
serenity.batch.strategy=DIVIDE_BY_TEST_COUNT
serenity.batch.size=3
serenity.batch.count=3
Is someone knows how to resolve this problem ?