Skip to content

Commit

Permalink
update ChromeDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
fangdatto committed Aug 4, 2024
1 parent 370de4c commit 25e0963
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
uses: browser-actions/setup-chrome@v1
with:
# Optional: do not specify to match Chrome's version
chrome-version: '125'
chrome-version: '127'

- name: Setup Chrome-driver
uses: nanasess/setup-chromedriver@v2
with:
# Optional: do not specify to match Chrome's version
chromedriver-version: '125.0.6422.14100'
chromedriver-version: '127'

- name: Restore dependencies
run: dotnet restore $SOLUTION
Expand Down
6 changes: 6 additions & 0 deletions Solution/UnitTest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestLibrary", "TestLibrary\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketDemo", "SocketDemo\SocketDemo.csproj", "{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFrameworkCore.MySQL", "EntityFrameworkCore.MySQL\EntityFrameworkCore.MySQL.csproj", "{2897BFC4-CEE8-4BA4-94A9-023470652462}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -33,6 +35,10 @@ Global
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Release|Any CPU.Build.0 = Release|Any CPU
{2897BFC4-CEE8-4BA4-94A9-023470652462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2897BFC4-CEE8-4BA4-94A9-023470652462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2897BFC4-CEE8-4BA4-94A9-023470652462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2897BFC4-CEE8-4BA4-94A9-023470652462}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion Solution/UnitTestProject/UnitTestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="coverlet.collector" Version="3.1.0" />
<PackageReference Include="Selenium.Support" Version="4.19.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.19.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="125.0.6422.14100" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="127.0.6533.8800" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit 25e0963

Please sign in to comment.