Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

πŸ’€πŸ’€πŸ’€[DEPRECATED]πŸ’€πŸ’€πŸ’€ use this plugin instead –

License

Notifications You must be signed in to change notification settings

gemini-testing/hermione-allure-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

47 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ’€πŸ’€πŸ’€[DEPRECATED]πŸ’€πŸ’€πŸ’€ use this plugin instead –

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published