Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for latest Eyes.Selenium4-3.77.5 #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Applitools.Example.Tests/AcmeBankTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AcmeBankTest
// Applitools objects to share for all tests
private static BatchInfo Batch;
private static Configuration Config;
private static EyesRunner Runner;
private static SeleniumEyesRunner Runner;

// Test-specific objects
private WebDriver Driver;
Expand Down
2 changes: 1 addition & 1 deletion Applitools.Example.Tests/Applitools.Example.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eyes.Selenium4" Version="3.54.0" />
<PackageReference Include="Eyes.Selenium4" Version="3.77.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
Expand Down
Loading