Skip to content

Commit 0117d15

Browse files
committed
updating windows install to setup everything and add to the env vars
1 parent 778b8c4 commit 0117d15

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

windows_install.bat

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ title Setting up your machine for Selenium Testing!
33

44
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
55

6-
choco install firefox
7-
choco install googlechrome
8-
choco install phantomjs
9-
choco install selenium-all-drivers
6+
choco install firefox -y
7+
choco install googlechrome -y
8+
choco install phantomjs -y
9+
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

Comments
 (0)