Skip to content

Commit df01609

Browse files
committed
Make README more detailed
1 parent 6944a16 commit df01609

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pre-requisites:
22

3-
1. Visual Studio installed on your machine.
3+
1. Visual Studio installed on your machine. Workload ".NET desktop development" should be installed in Visual Studio too (if no - add it with Visual Studio Installer)
44
* [Install it from here](https://visualstudio.microsoft.com/downloads/)
55
2. Chrome Webdriver is on your machine and is in the PATH. Here are some resources from the internet that'll help you.
66
* https://splinter.readthedocs.io/en/0.1/setup-chrome.html
@@ -15,7 +15,7 @@
1515
3. Get your API key to set it in code (or in the APPLITOOLS_API_KEY environment variable).
1616
* You can get your API key by logging into Applitools > Person Icon > My API Key.
1717
4. Double click the `ApplitoolsTutorial.sln`. This will open the project in Visual Studio
18-
5. Change the `APPLITOOLS_API_KEY` with your own.
19-
* Login to Applitools > Click on the Person icon > My API Key
18+
5. Change the `APPLITOOLS_API_KEY` with your own in code.
2019
Set your ApiKey in string 'conf.SetApiKey("...") ' (or comment the string and set APPLITOOLS_API_KEY environment variable)
21-
6. Navigate to Test Explorer, select test VGTest and hit Run
20+
6. Build the project. It can take several minutes.
21+
7. Navigate to Test Explorer, select test VGTest and hit Run

0 commit comments

Comments
 (0)