0.0.1 • Published 8 years ago

web-auto-test v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

web-auto-test

Set up a automate-testing framework for web.

What it has?

  • Auto-download selenium test server
  • Auto-download chromedriver specific to current os
  • Set up webdriverio js binding with basic config
  • Set up mocha test framework
  • Set up chai as promised as test assertion library

How to use it?

  1. First npm install to install package (and it'll start downloading binaries: selenium standalone and chromedriver). If want to use customized binaries and avoid downloading, just copy to following path before run npm install: - lib/selenium-server-standalone.jar for selenium server standalone - lib/chromedriver for chromedriver

  2. npm start to start selenium server

  3. (On another terminal) npm test to run all test cases defined under test/

Write test