Practice writing selenium tests in JavaScript so you can be a better person.
- node >= 6.9.2
- npm >= 3.10.9
- brew >= 1.1.4
$ git clone https://github.com/lpcruz/selenium-js.git
$ npm install
$ npm run build-camp
If the brew
installation fails, you can obtain the appropriate version of geckodriver
here: https://github.com/mozilla/geckodriver/releases
$ node tests/google.js
Screenshots will automatically open when your test is finished.
open(appRootDir + '/screens/my-first-test/', 'finder');
##Extra Resources, Challenges and Projects