@proof-ui/junit-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

@proof-ui/junit-plugin

A plugin that outputs test results in the JUnit XML format.

Installation

yarn add -D @proof-ui/junit-plugin

Usage

// proof.config.js
import JUnitPlugin from '@proof-ui/junit-plugin';

export default {
  plugins: [
    new JUnitPlugin({
      // Optional Configuration
    })
  ]
};

Options

You can configure the junit-plugin through some options in it's constructor:

Property Description Type Default
reportPath The filePath to save the junit report to string ./proof-junit.xml
contextDir The path to the root of the testing file tree. Use in the report for relative file paths string __automation__

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @proof-ui/junit-plugin

Weekly Downloads

325

Version

0.3.6

License

MIT

Unpacked Size

57.3 kB

Total Files

10

Last publish

Collaborators

  • tmarmer
  • adierkens
  • tylerkrupicka