0.3.6 • Published 2 years ago

@proof-ui/junit-plugin v0.3.6

Weekly downloads
265
License
MIT
Repository
-
Last release
2 years ago

@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:

PropertyDescriptionTypeDefault
reportPathThe filePath to save the junit report tostring./proof-junit.xml
contextDirThe path to the root of the testing file tree. Use in the report for relative file pathsstring__automation__
0.3.6

2 years ago

0.3.5

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.20-0

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago