generated from bool64/go-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: outlined scenario results merged (#10)
- Loading branch information
1 parent
3f7b403
commit 4d19402
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
/.vscode | ||
/bench-*.txt | ||
/vendor | ||
|
||
allure-results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Feature: that passes | ||
|
||
Scenario Outline: 1 scenario 10 results | ||
When I pass | ||
And I sleep for a bit | ||
Then I <begin> | ||
And I <end> | ||
|
||
Examples: | ||
| begin | end | | ||
| fail | pass | | ||
| pass | pass | | ||
| fail | pass | | ||
| pass | pass | | ||
| fail | pass | | ||
| pass | pass | | ||
| fail | pass | | ||
| pass | pass | | ||
| fail | pass | | ||
| pass | pass | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters