- IF %SELENIUM%==1 appveyor DownloadFile https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
- IF %SELENIUM%==1 appveyor DownloadFile https://chromedriver.storage.googleapis.com/2.27/chromedriver_win32.zip
- IF %SELENIUM%==1 7z x chromedriver_win32.zip -y >nul
Right now we ignore selenium tests under windows/appveyor https://github.com/vatlab/sos-notebook/blob/464bcc26ed29d326a6e764882dd5043b211a6681/.appveyor.yml#L56
because it is rather troublesome to install chromedriver.
This project provides a few lines
that could help though.