File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Run these commands depending on your base OS.
12
12
Copy this bootstrap script and run it in a Terminal shell window:
13
13
14
14
```
15
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar /Basic-Selenium-Java/master/mac-bootstrap.sh)"
15
+ sh -c "$(curl -fsSL https://raw.githubusercontent.com/lazycoderio /Basic-Selenium-Java/master/mac-bootstrap.sh)"
16
16
```
17
17
18
18
It installs the following if it is not already installed:
@@ -27,11 +27,14 @@ The script also runs the test.
27
27
28
28
### On Windows
29
29
30
- > This is currently untested
30
+ > This is currently having a few issue
31
31
32
- 1 . Right-Click on ` windows_install.bat ` and select ` Run as Administrator `
32
+ 1 . Download the zip file or clone this repository.
33
+ 2 . Navigate to the unzipped folder within the file browser.
34
+ 3 . Right-Click on ` windows_install.bat ` and select ` Run as Administrator `
35
+ 4 . Test the installation by running the following from a command window in the directory of this project
33
36
34
- You may still need to install the Java JDK and Maven as well
37
+ ` mvn test -Dsurefire.suiteXmlFiles=windows-only.xml `
35
38
36
39
#### Longer Instructions
37
40
You can’t perform that action at this time.
0 commit comments