0.5.7 • Published 5 years ago

unit-viewer-react v0.5.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Install

npm install unit-viewer-react

Usage

import React from 'react';
import UnitViewer from 'unit-viewer-react'

function myApp() {

    const xml_report = `
        <?xml version="1.0" encoding="UTF-8"?>
        <testsuite tests="1" failures="0" time="0.001008">
        <testcase name="LGTM" classname="Passing" time="0.000998"></testcase>
        </testsuite>
    `

    return (
        <div className="App">
            <UnitViewer xml={xml_report}/>
        </div>
    );
}

export default myApp;

Demo

Live demo

License

MIT

0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago