Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 540 Bytes
  1. Checkout the repository

  2. install selenium web driver

    npm install selenium-webdriver

  3. Download the chrome web driver and place it in the same directory, or somewhere in your path http://chromedriver.storage.googleapis.com/index.html

    (download the proper one for your operating system, others availabe for other webbrowsers)

  4. install mocha

    npm install mocha

run with nyancat:

> node_modules/mocha/bin/mocha -R nyan test-google-search.js

run without nyancat:

> node_modules/mocha/bin/mocha test-google-search.js