Hi there!
8.9.45.1.2 Latest version gives same output1.4.8ChromeMac OS 10.13@Samarth-Sumologic, do you have a relevant example?
The closest I can think of is restartBrowserBetweenTests but since you don't have that set and it defaults to false, you would be keeping the browser and session alive between tests. I don't think that's what you're asking though as that would already work, right?
@simonua Thnx for answering, but yeah I don't want to restart the browser, instead I want my bowser to keep running & the session should also remain alive. So, when I rerun the tests, it should trigger on the same browser with the same session. In that way, I want to soak my tests for a longer duration on the same browser instance.
@Samarth-Sumologic, in that case set restartBrowserBetweenTests to true in your protractor config.
@simonua I don't want that flag, because I don't want the browser to restart. I am not talking about keeping browser open for different specs, rather I want when all my tests are over, the browser & session should remain alive, & when I again give command to run all my tests again, it should run on that same browser & session.
My apologies. I didn't read and interpret "rerun" correctly in your first reply. I can't think of a way to do this, I'm afraid.
@smathur96 Hi Samarth, did you find a way to do this?