We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45b8f0a + 8b7c6c9 commit fad0895Copy full SHA for fad0895
2 files changed
ApplitoolsTutorial/ApplitoolsTutorial.csproj
@@ -8,11 +8,11 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Eyes.Selenium" Version="2.22.8" />
+ <PackageReference Include="Eyes.Selenium" Version="2.22.27" />
12
</ItemGroup>
13
14
15
<Folder Include="Properties\" />
16
17
18
-</Project>
+</Project>
ApplitoolsTutorial/Program.cs
@@ -73,7 +73,7 @@ private void Run()
73
eyes.CloseAsync();
74
75
//Wait and collect all test results
76
- TestResultSummary allTestResults = runner.GetAllTestResults();
+ TestResultsSummary allTestResults = runner.GetAllTestResults();
77
System.Console.WriteLine(allTestResults);
78
}
79
0 commit comments