0.1.0 • Published 11 years ago

html-test-builder v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

html-test-builder

Builds standalone HTML test files for Jasmine with optional Browserify support.

Install

Install from NPM: npm install -g html-test-builder

Usage

To build a standalone HTML-test file for Jasmine, just run it like this:

html-test-builder --browserify --jasmine spec/*.js > SpecRunner.html

Generated SpecRunner.html will have full Jasmine library embedded as well as all provided test files.

If you omit --browserify, test file(s) will be embedded as is without using Browserify.

..and use it with Yeti:

yeti ./SpecRunner.html