table of contents
Test::BDD::Cucumber::Harness::JSON(3pm) | User Contributed Perl Documentation | Test::BDD::Cucumber::Harness::JSON(3pm) |
NAME¶
Test::BDD::Cucumber::Harness::JSON - Generate results to JSON file
VERSION¶
version 0.83
DESCRIPTION¶
A Test::BDD::Cucumber::Harness subclass that generates JSON output file.
So that it is possible use tools like "Publish pretty cucumber reports" <https://github.com/masterthought/cucumber-reporting>.
CONFIGURABLE ATTRIBUTES¶
fh¶
A filehandle to write output to; defaults to "STDOUT"
json_args¶
List of options to be passed to JSON::MaybeXS's "new()" method
SEE ALSO¶
<https://github.com/masterthought/cucumber-reporting>
<http://cucumber-reporting.masterthought.net>
<https://www.relishapp.com/cucumber/cucumber/docs/json-output-formatter>
2022-11-21 | perl v5.36.0 |