Skip to content

Releases: hdorgeval/testcafe-reporter-cucumber-json

v6.3.0

21 Jul 20:22
Compare
Choose a tag to compare

[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

These environment variables take precedence over the command-line options and over the configuration file.

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#630---2021-07-21

v6.2.1

30 Jan 12:57
Compare
Choose a tag to compare

[6.2.1] - 2021-01-30

Fixed

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

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#621---2021-01-30

v6.2.0

05 Sep 16:52
Compare
Choose a tag to compare

[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.

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#620---2020-09-05

v6.1.1

06 Aug 18:47
Compare
Choose a tag to compare

[6.1.1] - 2020-08-06

Fixed

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

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#611---2020-08-06

v6.1.0

23 Jul 18:21
Compare
Choose a tag to compare

[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

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#610---2020-07-23

v6.0.10

19 Jul 15:12
Compare
Choose a tag to compare

[6.0.10] - 2020-07-19

Fixed

  • fix(reporter): report desktop devices from browserstack

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#6010---2020-07-19

v6.0.9

19 Jul 12:13
Compare
Choose a tag to compare

[6.0.9] - 2020-07-19

Fixed

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

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#609---2020-07-19

v6.0.8

18 Jul 22:22
Compare
Choose a tag to compare

[6.0.8] - 2020-07-19

Fixed

  • fix(reporter): report devices from browserstack

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#608---2020-07-19

v6.0.7

16 Jul 20:18
Compare
Choose a tag to compare

[6.0.7] - 2020-07-16

Fixed

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

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#607---2020-07-16

v6.0.6

16 Jul 12:02
Compare
Choose a tag to compare

[6.0.6] - 2020-07-16

Fixed

  • fix(reporter): report device on browserstack
  • fix(reporter): remove browserstack url from JSON filenames
  • fix vulnerabilities

https://github.com/hdorgeval/testcafe-reporter-cucumber-json/blob/master/CHANGELOG.md#606---2020-07-16