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

Serenity Junit 5 parallel execution is not working #23

Open
bachhavdipak opened this issue Apr 14, 2022 · 0 comments
Open

Serenity Junit 5 parallel execution is not working #23

bachhavdipak opened this issue Apr 14, 2022 · 0 comments

Comments

@bachhavdipak
Copy link

bachhavdipak commented Apr 14, 2022

I am trying to trigger parallel execution using experitest with the below configuration but when I trigger our test we are getting below exception on an intermittent basis.


junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = same_thread
junit.jupiter.execution.parallel.mode.classes.default = same_thread
junit.jupiter.execution.parallel.config.strategy = dynamic

Error :
net.thucydides.core.webdriver.DriverConfigurationError: Could not instantiate new WebDriver instance of type class net.thucydides.core.webdriver.ProvidedDriver (Could not instantiate the custom webdriver provider of type mydriver). See below for more details.

Please note we are trying to run 10 different regions (uk ,au..etc in parallel mode) simultaneously and we have observed that above DriverConfigurationError on an intermittent basis.

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