forked from picklesdoc/pickles
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature: Test Results
In order to document the results of each scenario
As a reader of the generated documentation
I want the summary results to be included for each feature.
Scenario: Output has scenario success
Given I have a feature called 'My Successful Scenario Feature'
And I have a scenario called 'Successful Scenario' which executed successfully
When I generate Markdown output
Then the Markdown output has the lines in the following order
Content Features 1 test : 1 passing : 0 failing Feature: My Successful Scenario Feature 1 test : 1 passing : 0 failing Scenario : Successful Scenario
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request