4.0.0 • Published 1 year ago

hermione-faildump v4.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
1 year ago

hermione-faildump Build Status

Plugin for Hermione which collects all test fails and saves them to the specified file (default: ./hermione-faildump.json). Read more about Hermione plugins in the documentation.

Install

$ npm install hermione-faildump

Usage

Add plugin to your configuration file:

module.exports = {
    plugins: {
        faildump: true
    }
};

You can redefine the default report name this way:

module.exports = {
    plugins: {
        faildump: {
            targetFile: 'awesome-faildump.json'
        }
    }
};
4.0.0

1 year ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago