-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
50U10FCA7
committed
Sep 20, 2023
1 parent
2722167
commit abcaef0
Showing
79 changed files
with
541 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Feature: output | ||
Scenario: output | ||
✔ Given foo is 0 | ||
✔ When foo is 1 | ||
✔ Then foo is 2 |
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
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
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,8 @@ | ||
Feature: ambiguous | ||
Scenario: ambiguous | ||
✘ Given foo is 0 ambiguous | ||
Step failed: | ||
Defined: tests/features/output/ambiguous_step.feature:3:5 | ||
Step match is ambiguous: Possible matches: | ||
foo is (\d+) ambiguous --> tests/output.rs:21:1 | ||
foo is (\d+) --> tests/output.rs:13:1 |
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
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
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,7 @@ | ||
Feature: output | ||
Rule: output | ||
Scenario: output | ||
✔> Given foo is 0 | ||
✔ Given foo is 1 | ||
✔ When foo is 2 | ||
✔ Then foo is 3 |
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
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
8 changes: 8 additions & 0 deletions
8
tests/features/output/background_rule_background.feature.basic.out
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,8 @@ | ||
Feature: output | ||
Rule: output | ||
Scenario: output | ||
✔> Given foo is 0 | ||
✔> Given foo is 1 | ||
✔ Given foo is 2 | ||
✔ When foo is 3 | ||
✔ Then foo is 4 |
13 changes: 13 additions & 0 deletions
13
tests/features/output/background_rule_background.feature.colored.out
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
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
8 changes: 8 additions & 0 deletions
8
tests/features/output/background_rule_background_outline.feature.basic.out
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,8 @@ | ||
Feature: Outline | ||
Rule: outline | ||
Scenario Outline: foo 2 | ||
✔> Given foo is 0 | ||
✔> Given foo is 1 | ||
✔ Given foo is 2 | ||
✔ When foo is 3 | ||
✔ Then foo is 4 |
Oops, something went wrong.