I am running multiple test suits in series and hence the same browser object of protractor is getting used in all test suites. Is there a way in protractor to flush the state of this browser object after each test suite is finished i.e. making the browser object stateless across the testsuites.
Protractor : Refreshing browser instance between testsuites
1.3k Views Asked by Aman Gupta At
1
Maybe this capability can help: restartBrowserBetweenTests
Example: