Need to invoke 1 browser only at a time in Cucumber framework | Selenium Forum
S
sumit kalra Posted on 10/08/2021

Hi Ashish,

I just downloaded the code and parameterize the code 3 times in "Examples" and trying to execute it. Browser is invoking 3 timesa t a time.Can you please let me know the changes that we need to done if I want to invoke 1 browser at a time only.Once it get finish then only another browser should invoke.

 


A
Ashish Thakur Replied on 11/08/2021

Remove parallelism from maven file.

it will be fine.


Related Posts