![]() * Minor doc and comment corrections * Fixed bug where it was impossible to make attachments from 'after scenario' hook, also removed some dud comments. * typo |
||
---|---|---|
.. | ||
features | ||
attachments_test.go | ||
README.md |
An example of Making attachments to the reports
The JSON (and in future NDJSON) report formats allow the inclusion of data attachments.
These attachments could be console logs or file data or images for instance.
The example in this directory shows how the godog API is used to add attachments to the JSON report.
Run the example
You must use the '-v' flag or you will not see the cucumber JSON output.
go test -v attachments_test.go