0.3.6 • Published 8 months ago

@proof-ui/junit-plugin v0.3.6

Weekly downloads
265
License
MIT
Repository
-
Last release
8 months 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

8 months ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.20-0

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago