0.1.3 • Published 9 years ago

html-capture v0.1.3

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
9 years ago

html-capture

A module for capturing static HTML fixtures for use in testing

Installation

npm install html-capture --save

Usage

First, edit the config.json file to reflect which HTML fixtures you need to capture.

var htmlCapture = require('html-capture'); htmlCapture.capture();

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release
  • 0.1.1 (Almost) Working release
  • 0.1.2 Tests pass
  • 0.1.3 Config and Package JSON update