Skip to content

Commit 9f6ac8b

Browse files
authored
Update README.md (#23)
updated windows instructions.
1 parent 9dcb31e commit 9f6ac8b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run these commands depending on your base OS.
1212
Copy this bootstrap script and run it in a Terminal shell window:
1313

1414
```
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)"
1616
```
1717

1818
It installs the following if it is not already installed:
@@ -27,11 +27,14 @@ The script also runs the test.
2727

2828
### On Windows
2929

30-
> This is currently untested
30+
> This is currently having a few issue
3131
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
3336

34-
You may still need to install the Java JDK and Maven as well
37+
`mvn test -Dsurefire.suiteXmlFiles=windows-only.xml`
3538

3639
#### Longer Instructions
3740

0 commit comments

Comments
 (0)