Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 355 Bytes

File metadata and controls

15 lines (10 loc) · 355 Bytes

Visual End-to-End Testing With Screener

Getting Started

  • Open the solution in Visual Studio

  • Set environment variables for your Sauce username, accesskey, and Screener API Key

setx SAUCE_USERNAME "YOUR SAUCE USERNAME"
setx SAUCE_ACCESS_KEY "YOUR KEY"
setx SCREENER_API_KEY "YOUR SCREENER API KEY"
  • Run tests in VisualTestSimple.cs