This is the tutorial for a JavaScript test framework. It includes Selenium as a web app automation tool, Chai as a BDD/TDD assertion library for node, and Mocha as the base for building the JavaScript ...
This readme is a simple walkthrough and reference for anyone interested in learning the basics of creating unit tests for JavaScript using Mocha and Chai. The files in this repo also correspond to ...