Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

newman-reporter-htmlextra

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newman-reporter-htmlextra

A newman reporter with added handlebars helpers and separated request iterations

  • 1.23.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
149K
decreased by-19.05%
Maintainers
1
Weekly downloads
 
Created

What is newman-reporter-htmlextra?

The newman-reporter-htmlextra npm package is a custom reporter for Newman, the command-line collection runner for Postman. It generates detailed and visually appealing HTML reports from Newman test runs, providing insights into the test results with various customization options.

What are newman-reporter-htmlextra's main functionalities?

Customizable HTML Reports

Generates a detailed HTML report from a Newman test run, which can be customized with various options such as changing the title, adding custom styles, and more.

newman run collection.json -r htmlextra --reporter-htmlextra-export output.html

Detailed Test Information

Provides detailed information about each test, including request and response details, and can be configured to show only failed tests for easier debugging.

newman run collection.json -r htmlextra --reporter-htmlextra-title 'My Test Report' --reporter-htmlextra-showOnlyFails

Environment and Global Variable Display

Displays environment and global variables used during the test run, which helps in understanding the context of the tests and debugging issues related to variable values.

newman run collection.json -r htmlextra --reporter-htmlextra-showEnvVars --reporter-htmlextra-showGlobalVars

Support for Multiple Themes

Allows users to choose from multiple themes for the HTML report, enhancing readability and visual appeal according to user preferences.

newman run collection.json -r htmlextra --reporter-htmlextra-theme dark

Other packages similar to newman-reporter-htmlextra

Keywords

FAQs

Package last updated on 19 Mar 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc