Skip to content

Commit 07d0bbf

Browse files
authored
Support for latest Eyes.Selenium4-3.77.5 (#12)
* Update Applitools.Example.Tests.csproj Latest Eyes.Selenium4 that includes support for Playwright. * Update AcmeBankTest.cs Update type of runner (separate for selenium and for playwright)
1 parent 5405594 commit 07d0bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Applitools.Example.Tests/AcmeBankTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AcmeBankTest
2828
// Applitools objects to share for all tests
2929
private static BatchInfo Batch;
3030
private static Configuration Config;
31-
private static EyesRunner Runner;
31+
private static SeleniumEyesRunner Runner;
3232

3333
// Test-specific objects
3434
private WebDriver Driver;

Applitools.Example.Tests/Applitools.Example.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Eyes.Selenium4" Version="3.54.0" />
12+
<PackageReference Include="Eyes.Selenium4" Version="3.77.5" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1414
<PackageReference Include="NUnit" Version="3.13.3" />
1515
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />

0 commit comments

Comments
 (0)