From b7965822c31df4c61b9497ed9dfbb1a1b99991ca Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Tue, 7 Mar 2017 15:22:19 -0500 Subject: [PATCH] Update README.md updated windows instructions. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4da1a23..38c2656 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Run these commands depending on your base OS. Copy this bootstrap script and run it in a Terminal shell window: ``` - sh -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/Basic-Selenium-Java/master/mac-bootstrap.sh)" + sh -c "$(curl -fsSL https://raw.githubusercontent.com/lazycoderio/Basic-Selenium-Java/master/mac-bootstrap.sh)" ``` It installs the following if it is not already installed: @@ -27,11 +27,14 @@ The script also runs the test. ### On Windows -> This is currently untested +> This is currently having a few issue -1. Right-Click on `windows_install.bat` and select `Run as Administrator` +1. Download the zip file or clone this repository. +2. Navigate to the unzipped folder within the file browser. +3. Right-Click on `windows_install.bat` and select `Run as Administrator` +4. Test the installation by running the following from a command window in the directory of this project -You may still need to install the Java JDK and Maven as well + `mvn test -Dsurefire.suiteXmlFiles=windows-only.xml` #### Longer Instructions