0.3.1 • Published 9 years ago

markdown-testfile-to-json v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

NPM version Build Status Dependency Status Coverage Status

A parser which transform manual tests in Mardown to JSON

As a command line tool

$ ./cli.js test-formated-file.md [test-formated-file2.md...]
$ npm install --global markdown-testfile-to-json
$ markdown-testfile-to-json --help

As a library

Install

$ npm install --save markdown-testfile-to-json

Usage

var markdownTestfileToJson = require('markdown-testfile-to-json');

markdownTestfileToJson([inputFile1, inputFile2]).then(function(testsuites) {
  // Do something with the testsuites
});

License

MIT

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.0

9 years ago

0.0.1

9 years ago