Skip to content

IvanTsuzuki/testarmada-allure-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testarmada-allure-report

This is allure reporter adapter for testarmada tests, which generates xml reports that are consumed by allure during generation.

Using Reporter In test armada

In global js file add reporter like this

var allure = require("testarmada-allure-report");

module.exports = {
    reporter: allure.write
};

This will generate xml reports in allure-results directory at root.

You can use allure generate for report generation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published