Skip to content

Instantly share code, notes, and snippets.

@sand3r
Last active August 29, 2015 14:08
Show Gist options
  • Save sand3r/e372b15b300c3c606e59 to your computer and use it in GitHub Desktop.
Save sand3r/e372b15b300c3c606e59 to your computer and use it in GitHub Desktop.
webdriverio example
# 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