Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 933 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 933 Bytes

Selenium with Node JS

This is a suite of selenium tests written with Node JS. These tests verify that https://www.thelioncrest.com is up and running.

Instructions

The test suite is run via: $ mocha lioncrestTestSuite.js

Prerequisites

  • Node JS.
  • Chromedriver, these tests are currently only set to run on Chrome.
  • Selenium webdriver.
  • Mocha.
  • Chai.

Installing

Built With