File tree Expand file tree Collapse file tree
CSF.Extensions.WebDriver.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
2525 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
2626 <!-- Floating version should keep ChromeDriver up to date with the browser on the OS. See #47 for more info. -->
27- <PackageReference Include =" Selenium.WebDriver.ChromeDriver" Version =" *" />
27+ <PackageReference Include =" Selenium.WebDriver.ChromeDriver" Version =" *" Condition =" $(CI_LINUX) != 'true'" />
28+ <!-- AppVeyor Linux builds use a fixed Chrome version, this driver version must match it; note that
29+ this might change over time (an will need to be manually kept in-sync) as they upgrade their CI images -->
30+ <PackageReference Include =" Selenium.WebDriver.ChromeDriver" Version =" 127.0.6533.9900" Condition =" $(CI_LINUX) = 'true'" />
2831 </ItemGroup >
2932
3033 <ItemGroup >
You can’t perform that action at this time.
0 commit comments