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

testcafe-reporter-cucumber-json

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe-reporter-cucumber-json - npm Package Versions

234

6.3.0

Diff

Changelog

Source

[6.3.0] - 2021-07-21

Added

  • feat(reporter): be able to set reporter options through environment variables.

    • you can now set the --reporter-json-folder, --reporter-app-name and --reporter-app-version options as variable environments:
    process.env['--reporter-json-folder'] = 'my-custom-folder';
    process.env['--reporter-app-name'] = 'My App';
    process.env['--reporter-app-version'] = 'x.y.z';
    // then start tests via the TestCafé Runner
    
hdorgeval
published 6.2.1 •

Changelog

Source

[6.2.1] - 2021-01-30

Fixed

  • fix(screenshot): don't crash when file not found (#31)
hdorgeval
published 6.2.0 •

Changelog

Source

[6.2.0] - 2020-09-05

Added

  • feat(reporter): be able to set cli options through configuration file

    • you can now use the testcafe-reporter-cucumber-json.json configuration file to set the --reporter-json-folder, --reporter-app-name and --reporter-app-version cli options: add or edit the args section in the json configuration file:
    "args": {
      "appName": false,
      "appVersion": false,
      "reportFolder": "my-custom-folder"
    }
    

    Every property in args is optional. If you just want to only setup a custom folder:

    "args": {
      "reportFolder": "my-custom-folder"
    }
    

    Note: The command-line options will take precedence over the configuration file.

hdorgeval
published 6.1.1 •

Changelog

Source

[6.1.1] - 2020-08-06

Fixed

  • fix(browserstack): filter errors by testRunId instead of browser name
hdorgeval
published 6.1.0 •

Changelog

Source

[6.1.0] - 2020-07-23

Added

  • feat(reporter): be able to display the date and time of tests execution in the final HTML report. report-overview

    To enable this feature you must add displayReportTime: true to the options object passed to the HTML generator.

Fixed

  • update dependencies
hdorgeval
published 6.0.10 •

Changelog

Source

[6.0.10] - 2020-07-19

Fixed

  • fix(reporter): report desktop devices from browserstack
hdorgeval
published 6.0.9 •

Changelog

Source

[6.0.9] - 2020-07-19

Fixed

  • fix(reporter): process cli options only when defined
hdorgeval
published 6.0.8 •

Changelog

Source

[6.0.8] - 2020-07-19

Fixed

  • fix(reporter): report devices from browserstack
hdorgeval
published 6.0.7 •

Changelog

Source

[6.0.7] - 2020-07-16

Fixed

  • fix(user-agent): fix user-agent parsing for Internet Explorer
hdorgeval
published 6.0.6 •

Changelog

Source

[6.0.6] - 2020-07-16

Fixed

  • fix(reporter): report device on browserstack
  • fix(reporter): remove browserstack url from JSON filenames
  • fix vulnerabilities
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