Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created May 4, 2014 15:24
Show Gist options
  • Save richdownie/9fa954e4474b5e603357 to your computer and use it in GitHub Desktop.
Save richdownie/9fa954e4474b5e603357 to your computer and use it in GitHub Desktop.
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