Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created May 22, 2012 13:40
Show Gist options
  • Select an option

  • Save marcusoftnet/2769134 to your computer and use it in GitHub Desktop.

Select an option

Save marcusoftnet/2769134 to your computer and use it in GitHub Desktop.
Fluent3
[TestFixture]
public class ExampleTestClass : FluentTest
{
public override void Setup()
{
ScreenshotOnAssertException = true;
ScreenshotPath = @"C:\TestResults\ExceptionImages\";
I.Use(BrowserType.InternetExplorer);
base.Setup();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment