Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Each runner runs the same tests #3

Open
przemyslawbiesek opened this issue Feb 7, 2023 · 1 comment
Open

Each runner runs the same tests #3

przemyslawbiesek opened this issue Feb 7, 2023 · 1 comment

Comments

@przemyslawbiesek
Copy link

Hi

Recently I updated our libs versions to :

serenity_version = '3.6.7'
serenity_cucumber_version = '3.6.7'
selenium_version = '4.8.0'
cucumber_version = '7.11.1'

And now when I'm running my tests using your solution each runner runs the same set of tests.

I think 2 years ago I reported the same issue and you were able to fix that

@scormaq
Copy link
Owner

scormaq commented Feb 7, 2023

Hi przemyslawbiesek,
I'm afraid this solution is outdated long ago. I don't use this stack for last years, but AFAIK versions you provided contain some breaking changes, like replacing Junit4 with Junit5, cucumber4 with cucumber7, serenity2 with serenity3 etc.

upd: just checked it a bit deeper, I don't think they support suiteslicing mechanizm anymore. Even documentation for it is gone. Apparently, now you are supposed to parallel cucumber tests with Junit5 capabilities: https://serenity-bdd.github.io/docs/guide/cucumber

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

No branches or pull requests

2 participants