Skip to content

Easy boilerplate for test driven JavaScript projects using the JsTestDriver tool.

Notifications You must be signed in to change notification settings

zachleat/JsTestDriver-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy boilerplate for test driven JavaScript projects using the JsTestDriver tool.

Project goals include:

 * Provide instant JavaScript testing for any project.
 * Where possible, test browsers are isolated from currently executing
   browsers and close when tests are finished.
 
Usage:

 * Step 1: To set up permissions and create browser profiles, run
      ant install

 * Step 2: To run all of the tests in src-test/*.js using your
   source code from src/*.js (Configurable in jsTestDriver.conf)
      ant

The default config is setup for MacOS, would be happy to merge a
working config for Windows.

About

Easy boilerplate for test driven JavaScript projects using the JsTestDriver tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages