/tutorial-appium-csharp-basic

This is the new Appium C# basic tutorial

Primary LanguageC#

Pre-requisites:

  1. Visual Studio installed on your machine.

Steps to run this example

  1. Git clone this repo

    • git clone https://github.com/applitools/tutorial-appium-csharp-basic.git
  2. Open the folder tutorial-appium-csharp-basic

  3. 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.
  4. 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

  5. Hit Run