Skip to content

Testplane plugin to collect information about test fails

License

Notifications You must be signed in to change notification settings

gemini-testing/hermione-faildump

Repository files navigation

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'
        }
    }
};

About

Testplane plugin to collect information about test fails

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published