html-test-builder

0.1.0 • Public • Published

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

/html-test-builder/

    Package Sidebar

    Install

    npm i html-test-builder

    Weekly Downloads

    2

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • jhh