File tree Expand file tree Collapse file tree
CSF.Extensions.WebDriver.Tests/Factories Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44- cmd : git config --global core.autocrlf true
55before_build :
66 - dotnet tool update -g docfx
7+ # I need to install ChromeDriver from Chcolatey because the preinstalled ChromeDriver is
8+ # not compatible with the Chrome browser version installed by the Visual Studio 2022 image
9+ # This originally caused tests to fail and also to hang, which caused issue #47.
710 - choco install chromedriver
811 - cmd : PATH=C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32;%PATH%
9- - cmd : dir C:\ProgramData\chocolatey\lib\chromedriver\tools\chromedriver-win32
1012build_script :
1113 - dotnet build
1214 - docfx CSF.Extensions.WebDriver.Docs\docfx.json
Original file line number Diff line number Diff line change 1- using System . Reflection ;
2- using OpenQA . Selenium ;
31using OpenQA . Selenium . Chrome ;
42
53namespace CSF . Extensions . WebDriver . Factories ;
You can’t perform that action at this time.
0 commit comments