Socket
Book a DemoInstallSign in
Socket

collsuite

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

collsuite

newman reporter for Allure

unpublished
latest
npmnpm
Version
1.0.10
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

cusomization of newman-reporter-allure for personal purposes

A newman reporter for generating nice and clean report using Allure-js framework with collection name as a suite en report results

Installation

$ npm install -g collsuite

Usage

To generate Allure results, specify collsuite in Newman's -r or --reporters option.

$ newman run <Collection> -e <Environment> -r collsuite

$ newman run <Collection> -e <Environment> -r collsuite --reporter-collsuite-export <allure-results-out-dir>

Use the option --reporter-collsuite-collection-as-parent-suite to use the collection name as the parent suite title under the Suites view. This helps when you run multiple collections and want to aggregate them in a single report.

Use the option

    reporters: ['collsuite'],
    reporter: {
      collsuite: {
        collectionAsParentSuite: true
      }
    }

Generating and Serving Allure report

Allure results will be generated under folder "allure-results" in the root location. Use allure-commandline to serve the report locally.

$ allure serve

Generate the static report web-application folder using allure-commandline

 $ allure generate --clean

Report will be generated under folder "allure-report" in the root location.

Screenshot

Keywords

allure

FAQs

Package last updated on 28 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.