I try to run different test case together one after the other using ordered test in the same browser. After each test, browser is getting closed. Due to this my test is failing.
I try to add CloseOnPlaybackCleanup in the files
- BrowserDriverFactory
- BrowserOption
But it is not accepting my CloseOnPlaybackCleanup option.
Is there a way to put "browserWindow.CloseOnPlaybackCleanup = false;"
It will maintain the browser so each test will run on the same browser.
I try to run different test case together one after the other using ordered test in the same browser. After each test, browser is getting closed. Due to this my test is failing.
I try to add CloseOnPlaybackCleanup in the files
But it is not accepting my CloseOnPlaybackCleanup option.
Is there a way to put "browserWindow.CloseOnPlaybackCleanup = false;"
It will maintain the browser so each test will run on the same browser.