https://github.com/zachleat/jstestdriver-boilerplate
Easy boilerplate for test driven JavaScript projects using the JsTestDriver tool.
https://github.com/zachleat/jstestdriver-boilerplate
Last synced: about 1 year ago
JSON representation
Easy boilerplate for test driven JavaScript projects using the JsTestDriver tool.
- Host: GitHub
- URL: https://github.com/zachleat/jstestdriver-boilerplate
- Owner: zachleat
- Created: 2010-09-01T04:22:34.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-04T22:02:15.000Z (almost 16 years ago)
- Last Synced: 2025-02-26T12:23:05.235Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 2.73 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.