1.2.4 • Published 8 years ago

nightwatch-allure-adapter v1.2.4

Weekly downloads
371
License
ISC
Repository
github
Last release
8 years ago

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

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago