Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
187
Maintainers
6
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    html-reporter

Plugin for gemini which is intended to aggregate the results of tests running into html report


Version published
Weekly downloads
1.3K
decreased by-35.1%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

0.2.4 (2017-08-09)

Bug Fixes

  • fix issue with empty report on image reference update (babc442)

<a name="0.2.3"></a>

Readme

Source

html-reporter

Plugin for gemini which is intended to aggregate the results of tests running into html report.

You can read more about gemini plugins here.

Installation

npm install html-reporter

Usage

Plugin has following configuration:

  • enabled (optional) Boolean – enable/disable the plugin; by default plugin is enabled
  • path (optional) String - path to directory for saving html report file; by default html report will be saved into gemini-report/index.html inside current work directory.

Also there is ability to override plugin parameters by CLI options or environment variables (see configparser).

Usage

Add plugin to your gemini config file:

module.exports = {
    // ...
    system: {
        plugins: {
            'html-reporter': {
                enabled: true,
                path: 'my/gemini-reports'
            }
        }
    },
    //...
}

Testing

Run mocha tests:

npm run test-unit

Run eslint codestyle verification

npm run lint

Keywords

FAQs

Last updated on 09 Aug 2017

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc