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 778b8c4 commit 0117d15Copy full SHA for 0117d15
windows_install.bat
@@ -3,7 +3,10 @@ title Setting up your machine for Selenium Testing!
3
4
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
5
6
-choco install firefox
7
-choco install googlechrome
8
-choco install phantomjs
9
-choco install selenium-all-drivers
+choco install firefox -y
+choco install googlechrome -y
+choco install phantomjs -y
+choco install selenium-all-drivers -y
10
+choco install jdk8 -y
11
+choco install maven -y
12
+SETX PATH "%PATH%;C:\tools\selenium"
0 commit comments