gemini-testing / hermione-allure-reporter

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

Home Page:https://github.com/gemini-testing/html-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 –

https://github.com/gemini-testing/html-reporter

License:MIT License


Languages

Language:JavaScript 100.0%