Last active
August 29, 2015 14:08
-
-
Save sand3r/e372b15b300c3c606e59 to your computer and use it in GitHub Desktop.
webdriverio example
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
# First Terminal | |
mkdir webdriverio-test && cd webdriverio-test | |
curl -O http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar | |
java -jar selenium-server-standalone-2.43.1.jar | |
# Second Terminal (start from webdriverio-test directory) | |
npm install webdriverio | |
curl https://gist.githubusercontent.com/sand3r/29a431366d89442c5dfb/raw/c9d900abd30104e7d876bc2ee02dbee9b3a3c7c1/gistfile1.txt > test.js | |
node test.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment