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
- Host: GitHub
- URL: https://github.com/applitools/tutorial-images-csharp-basic
- Owner: applitools
- Created: 2019-11-06T14:15:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T20:46:02.000Z (about 5 years ago)
- Last Synced: 2025-01-17T04:46:50.772Z (over 1 year ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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