We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd24090 commit 3c1a1ffCopy full SHA for 3c1a1ff
appveyor.yml
@@ -34,8 +34,7 @@ test_script:
34
- dotnet restore
35
- npm install -g selenium-standalone
36
- selenium-standalone install
37
- # The nosys flag is needed for selenium to work on Appveyor
38
- - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
+ - ps: Start-Process selenium-standalone 'start'
39
- ps: Push-Location
40
- cd test
41
- npm install
0 commit comments