File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -173,3 +173,4 @@ buildNumber.properties
173
173
174
174
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
175
175
hs_err_pid *
176
+ /.idea /libraries /
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ title Setting up your machine for Selenium Testing!
3
3
4
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
5
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"
You can’t perform that action at this time.
0 commit comments