html-capture

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i html-capture

Weekly Downloads

6

Version

0.1.3

License

GPL-3.0

Last publish

Collaborators

  • chrisjcook