Skip to content

Commit 8aaa1f3

Browse files
committed
Add manage Nuget to README, update project to take latest dependencies
1 parent df01609 commit 8aaa1f3

3 files changed

Lines changed: 16 additions & 4 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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
23+
1824
5. Change the `APPLITOOLS_API_KEY` with your own in code.
1925
Set your ApiKey in string 'conf.SetApiKey("...") ' (or comment the string and set APPLITOOLS_API_KEY environment variable)
26+
2027
6. Build the project. It can take several minutes.
21-
7. Navigate to Test Explorer, select test VGTest and hit Run
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)