Is it recommended to explicitly call browser.driver.quit() when running a test suite with protractor? Or does the protractor API do that for you? -
I am running my protractor test suite in a firefox driver as part of the sole integration process. We join the Selenium server on the grid. I have a pre-designed block as a part of my trial suite that logs a user and is a complete ending that logs the user. I do not call driver.quit clearly. Is it necessary? Any help would be appreciated.
is not required because it will take care of it for you.
Comments
Post a Comment