[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
- you can now set the
These environment variables take precedence over the command-line options and over the configuration file.