Attempt to make selenium-standalone run on AppVeyor
This commit is contained in:
parent
cd240907f8
commit
3c1a1ffaa4
|
|
@ -34,8 +34,7 @@ test_script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- npm install -g selenium-standalone
|
- npm install -g selenium-standalone
|
||||||
- selenium-standalone install
|
- selenium-standalone install
|
||||||
# The nosys flag is needed for selenium to work on Appveyor
|
- ps: Start-Process selenium-standalone 'start'
|
||||||
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
|
|
||||||
- ps: Push-Location
|
- ps: Push-Location
|
||||||
- cd test
|
- cd test
|
||||||
- npm install
|
- npm install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue