Skip to content

v6.3.0

Latest
Compare
Choose a tag to compare
@hdorgeval hdorgeval released this 21 Jul 20:22
· 1 commit to master since this release

[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