1.5.1 • Published 7 years ago

hermione-allure-reporter v1.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hermione-allure-reporter

Provides Allure Report for Hermione Runner.

Requires hermione@>=0.9.0.

Install

$ npm install hermione-allure-reporter

Usage

Add allure-reporter to the plugins property in your Hermione configuration:

module.exports = {
    // ...

    plugins: {
        'allure-reporter': {
            targetDir: 'allure-results'
        }
    },

    // ...
};

If you've got test file without suites(it-only), like

// no describe block

it('test1', functuion() {
    // ...
});

it('test2', functuion() {
    // ...
});

//the end

This test results will look not so pretty like well-formed.

1.5.1

7 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago