Pre-requisites:
- Visual Studio installed on your machine.
Steps to run this example
-
Git clone this repo
git clone https://github.com/applitools/tutorial-appium-csharp-basic.git
-
Open the folder
tutorial-appium-csharp-basic
-
Set your API key in the APPLITOOLS_API_KEY environment variable.
- You can get your API key by logging into Applitools > Person Icon > My API Key.
-
Double click the
ApplitoolsTutorial.sln
. This will open the project in Visual Studio.MAKE SURE YOU HAVE THE APPLITOOLS_API_KEY ENVIRONMENT VARIABLE SET BEFORE YOU START VISUAL STUDIO
-
Hit Run