Skip to content

Commit 795333a

Browse files
authored
Merge pull request #6 from YuriiChere/master
Make README more detailed
2 parents 6944a16 + 8aaa1f3 commit 795333a

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

ApplitoolsTutorial/ApplitoolsTutorial.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Eyes.Selenium" Version="*" />
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
13-
<PackageReference Include="NUnit" Version="3.12.0" />
14-
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
13+
<PackageReference Include="NUnit" Version="*" />
14+
<PackageReference Include="NUnit3TestAdapter" Version="*">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

NuGet.png

65.6 KB
Loading

README.md

Lines changed: 16 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
@@ -10,12 +10,24 @@
1010
# Steps to run this example
1111

1212
1. Git clone this repo
13+
1314
* `git clone https://github.com/applitools/tutorial-selenium-csharp-ultrafastgrid.git`
15+
1416
2. Open the folder `tutorial-selenium-csharp-ultrafastgrid`
17+
1518
3. Get your API key to set it in code (or in the APPLITOOLS_API_KEY environment variable).
19+
1620
* You can get your API key by logging into Applitools > Person Icon > My API Key.
21+
1722
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
23+
24+
5. Change the `APPLITOOLS_API_KEY` with your own in code.
2025
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
26+
27+
6. Build the project. It can take several minutes.
28+
29+
7. Navigate to Test Explorer, select test VGTest and hit Run
30+
31+
8. If needed, in case of some problems - update package Eyes.Selenium by NuGet Package Manager - Tools > NuGet Package Manager > Manage Nuget Packages for Solution, tab Updates. Select package for update (Eyes.Selenium), select needed version in right panel and tap Install
32+
33+
![](NuGet.png)

0 commit comments

Comments
 (0)