Created
May 4, 2014 15:24
-
-
Save richdownie/9fa954e4474b5e603357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Users Get Started! | |
Install chocolatey (instructions on chocolatey.org) | |
At a command prompt: | |
> cinst gitextensions | |
> cinst ruby | |
> cinst gow | |
> cinst SeleniumChromeDriver2 | |
> cinst IEDriverServer | |
> gem install bundler | |
Copy IEDriverServer.exe from C:\Chocolatey\lib\IEDriverServer.2.32.3\tools to C:\Selenium | |
Then add "C:\selenium" to your PATH environment variable. | |
Merge in the registry values in IE-cucumber.reg | |
**RESTART Terminal** | |
Open Git Extensions and clone the test repo | |
Open a command prompt in your local repository directory: | |
> bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment