0.0.4 • Published 7 years ago

json-to-xml-reporter v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Description

Simple JSON to XML report parser for creating report in XML after running tests.

Installation

npm install jsonToXml

Usage

If you want to create xml report from json report it will look like this:

const parser = require('jsonReporterToXml');

parser.jsonToXmlParser(pathToTheJsonFile, xmlReporterName, pathToTheXmlReporter);
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago