godog/_examples/attachments
2025-06-03 04:16:23 +03:00
..
features Additional code review observations on Attach() functionality from https://github.com/cucumber/godog/pull/623 (#628) 2024-05-30 02:29:14 +00:00
attachments_test.go Модуль переименован для публикации 2025-06-03 04:16:23 +03:00
README.md Minor doc and comment corrections (#644) 2024-10-05 02:40:42 +01:00

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