Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created August 16, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/4f5b273a9b1cb3787eb34d5b0ca9f05f to your computer and use it in GitHub Desktop.
Save ultimate-qa2/4f5b273a9b1cb3787eb34d5b0ca9f05f to your computer and use it in GitHub Desktop.
[TearDown]
public void TearDownForEverySingleTestMethod()
{
//Close your Selenium browser
Driver.Quit();
//Close applitools eyes so that your test run is saved
Eyes.Close();
//Quit applitools if it is not already closed
Eyes.AbortIfNotClosed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment