An open API service indexing awesome lists of open source software.

https://github.com/applitools/tutorial-images-csharp-basic

This is the new Images C# basic tutorial
https://github.com/applitools/tutorial-images-csharp-basic

Last synced: 10 months ago
JSON representation

This is the new Images C# basic tutorial

Awesome Lists containing this project

README

          

# Pre-requisites:

1. Visual Studio installed on your machine.
* [Install it from here](https://visualstudio.microsoft.com/downloads/)

# Steps to run this example

1. Git clone this repo
* `git clone https://github.com/applitools/tutorial-images-csharp-basic.git`
2. Open the folder `tutorial-images-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