
* support multiple calls to the Attach() function from a single step * run_progress_test.go changed so it's not sensitive to the name of the clone target directory * applied code review comments also added _example/attachments * applied code review comments also added _example/attachments * applied code review comments also added _example/attachments
7 строки
312 Б
Gherkin
7 строки
312 Б
Gherkin
Feature: Attaching content to the cucumber report
|
|
The cucumber JSON and NDJSON support the inclusion of attachments.
|
|
These can be text or images or any data really.
|
|
|
|
Scenario: Attaching files to the report
|
|
Given I have attached two documents in sequence
|
|
And I have attached two documents at once
|