Skip to content

sharadJay/nightwatch-allure-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nightwatch-allure-adapter

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

Using Reporter In Nightwatch

In global js file add reporter like this

var allure = require("nightwatch-allure-adapter");

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

Allure reporter adapter for nightwatch framework

Resources

Stars

Watchers

Forks

Packages

No packages published