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

k6-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k6-html-reporter

A html reporter for k6

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-12.3%
Maintainers
1
Weekly downloads
 
Created
Source

k6-html-reporter

A html reporter for k6

Notes: The project is still under development

Install

npm install k6-html-reporter --save-dev

Usage

  1. Install the package
  2. Create an index.js and specify the options:

const reporter = require('k6-html-reporter');

const options = {
        jsonFile: <path-to-json-report>,
        output: <path-to-output-directory>,
    };

reporter.generateSummaryReport(options);
    
  1. Run the k6 test and make sure to output the summary report to a json file by doing k6 run --summary-export=<path-to-json-report> <test-script>
  2. Run the above code in a node.js script after execution:
node index.js

Keywords

FAQs

Package last updated on 14 Dec 2020

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