You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://gitter.im/lazycoderio/sample-java-jenkins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://codecov.io/gh/lazycoderio/Basic-Selenium-Java)[](https://www.codacy.com/app/andrew-m-krug/Basic-Selenium-Java?utm_source=github.com&utm_medium=referral&utm_content=lazycoderio/Basic-Selenium-Java&utm_campaign=Badge_Grade)[](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522)[](https://travis-ci.org/lazycoderio/Basic-Selenium-Java)
1
+
[](https://gitter.im/lazycoderio/sample-java-jenkins?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://codecov.io/gh/lazycoderio/Basic-Selenium-Java) [](https://www.codacy.com/app/andrew-m-krug/Basic-Selenium-Java?utm_source=github.com&utm_medium=referral&utm_content=lazycoderio/Basic-Selenium-Java&utm_campaign=Badge_Grade) [](https://www.versioneye.com/user/projects/583b58fd4ef164003ff45522) [](https://travis-ci.org/lazycoderio/Basic-Selenium-Java) [](https://waffle.io/lazycoderio/Basic-Selenium-Java)
2
2
# Using this Project
3
3
4
4
This project is using the latest Selenium Bindings.
@@ -15,6 +15,20 @@ Run these commands depending on your base OS.
15
15
4. Install Maven `brew install maven`
16
16
5. Run `./mac_install_browsers.sh`
17
17
18
+
### Windows
19
+
20
+
> This is currently untested
21
+
1. Right-Click on `windows_install.bat` and select `Run as Administrator`
22
+
23
+
#### Longer Instructions
24
+
25
+
1. The script should install Chocolatey the Windows package manager.
26
+
2. Install latest versions of
27
+
a. Firefox
28
+
b. Chrome
29
+
c. PhantomJS
30
+
3. Selenium drivers for the above and the Edgedriver
31
+
18
32
## Running Tests
19
33
20
34
The following commands are instructions on how to run the tests
0 commit comments