Question
Using Cucumber for Appian, unable to run tests in Parallel
I am using the Cucumber for Appian package along with Junit4.
For running the tests in parallel I am using the surfire plugin parameters provided in https://cucumber.io/docs/guides/parallel-execution/?lang=java#junit-4
During execution although multiple instances of chrome browser are opening in parallel, the rest for the steps are being executed on a single browser.
Looks like each browser instance is not thread safe. Anyone faced this issue or are able to successfully run tests in parallel?
