Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created August 16, 2018 10:58
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/294be82f7e205f943274aea612015adb to your computer and use it in GitHub Desktop.
Save ultimate-qa2/294be82f7e205f943274aea612015adb to your computer and use it in GitHub Desktop.
[Test]
public void SetBaselineUsingTestName()
{
GoToPricingPage();
//all the parameters are the same, except we provided a new test name
Eyes.Open(Driver, AppName, "new test name", Resolution1080P);
Eyes.CheckWindow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment