You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
I am not sure if this is a bug or a setting I am missing but my browsers remain open until all runners complete their tests. I end up having 20+ open browsers. Is there any setting to setup the browser to close after each runner complete the task?
This was especially visible when I used <parallelScheme>SCENARIO</parallelScheme>
The text was updated successfully, but these errors were encountered:
Closing browser is not a part of this plugin however if your WebDriver implemented as Shared Driver it will closed after all run complete test.
@temyers Whats your suggestion over this ? I have avoided this problem by implementing custom runner that i was submitted in pull request #53. In which i have added BeforeMethod tag to initialize and in AfterMethod tag to Close Browser .
I am not sure if this is a bug or a setting I am missing but my browsers remain open until all runners complete their tests. I end up having 20+ open browsers. Is there any setting to setup the browser to close after each runner complete the task?
This was especially visible when I used
<parallelScheme>SCENARIO</parallelScheme>
The text was updated successfully, but these errors were encountered: