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

cucumber-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-html-reporter - npm Package Versions

1
57

0.2.10

Diff

Changelog

Source

0.2.10 (Sep-22-2016)

Enhancements
  • Conditionally hide hidden steps from the report: PR#20

    • After & Before hooks are hidden on Cucumber JSON file. They will be visible on the report only if it has Info or Screenshot attached to it.
kushang
published 0.2.9 •

Changelog

Source

0.2.9 (Sep-08-2016)

Enhancements
  • Ignore the bad JSON files when consolidating from the JSON Directory: PR#13

    • Set the option ignoreBadJsonFile to true as a boolean to ignore the Bad JSON files
BugFix
  • Fixed the issue when report was breaking with the Cucumber's Doc String: Issue#14
kushang
published 0.2.8 •

Changelog

Source

0.2.8 (Aug-30-2016)

Enhancements
  • Generate consolidated report from multiple JSON files: PR#12

    • Provide the path of jsonDir to generate consolidated report,

var reporter = require('cucumber-html-reporter');
...
...

var options = {
        theme: 'bootstrap',
        jsonDir: 'test/reports',
        output: 'test/report/cucumber_report.html',
        reportSuiteAsScenarios: true,
        launchReport: true
    };

    reporter.generate(options);
kushang
published 0.2.7 •

Changelog

Source

0.2.7 (Aug-16-2016)

Enhancements
  • Launch report automatically after test ends
  • Pass a flag launchReport to the options

var reporter = require('cucumber-html-reporter');
...
...

var options = {
        theme: 'bootstrap',
        jsonFile: 'test/report/cucumber_report.json',
        output: 'test/report/cucumber_report.html',
        reportSuiteAsScenarios: true,
        launchReport: true
    };

    reporter.generate(options);
kushang
published 0.2.6 •

Changelog

Source

0.2.6 (Jul-29-2016)

BugFix
  • Fixed the issue where Error messages were not printing on the report.
kushang
published 0.2.5 •

Changelog

Source

0.2.5 (Jul-28-2016)

Enhancements
  • trim the text to be printed on report
kushang
published 0.2.4 •

Changelog

Source

0.2.4 (Jul-28-2016)

BugFix
  • https://github.com/mavdi/grunt-cucumberjs/issues/86
kushang
published 0.2.3 •

Changelog

Source

0.2.3 (Jul-26-2016)

Enhancements
  • Published https://github.com/gkushang/cucumber-html-reporter/pull/10 Set charset as utf-8
kushang
published 0.2.2 •

Changelog

Source

0.2.2 (Jul-21-2016)

BugFix
  • Fixes https://github.com/gkushang/cucumber-html-reporter/issues/7
kushang
published 0.2.1 •

Changelog

Source

0.2.1 (Jul-12-2016)

Enhancements
  • Recursively create HTML report directory if does not exists
  • Remove outdated chai-fs depedency and use chai-should assertions
  • Lighter the background color or Scenario attachments
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