json-to-xml-reporter

0.0.4 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i json-to-xml-reporter

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

3.72 kB

Total Files

3

Last publish

Collaborators

  • alexgalichenko
  • kirill_bogdanets