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
+18-1Lines changed: 18 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,23 @@ 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
+
22
+
1. Right-Click on `windows_install.bat` and select `Run as Administrator`
23
+
24
+
You may still need to install the Java JDK and Maven as well
25
+
26
+
#### Longer Instructions
27
+
28
+
1. The script should install Chocolatey the Windows package manager.
29
+
2. Install latest versions of
30
+
a. Firefox
31
+
b. Chrome
32
+
c. PhantomJS
33
+
3. Selenium drivers for the above and the Edgedriver
34
+
18
35
## Running Tests
19
36
20
37
The following commands are instructions on how to run the tests
0 commit comments