-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not run features skipped through only
but ensure dependencies are run
- Loading branch information
1 parent
77b10e2
commit a57bbf6
Showing
12 changed files
with
173 additions
and
14 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
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
7 changes: 7 additions & 0 deletions
7
runner/test-data/orderFeatures/only-with-dependencies/Dependency.feature.md
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 @@ | ||
# Dependency | ||
|
||
<!-- This feature runs, because it is a dependency --> | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
5 changes: 5 additions & 0 deletions
5
runner/test-data/orderFeatures/only-with-dependencies/DoNotRun.feature.md
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 @@ | ||
# This feature will be skipped | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
13 changes: 13 additions & 0 deletions
13
runner/test-data/orderFeatures/only-with-dependencies/RunThisOnly.feature.md
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,13 @@ | ||
--- | ||
run: only | ||
needs: | ||
- Dependency | ||
--- | ||
|
||
<!-- This feature runs, all other features are skipped --> | ||
|
||
# Run this feature | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
7 changes: 7 additions & 0 deletions
7
runner/test-data/runSuite/only-with-dependencies/Dependency.feature.md
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 @@ | ||
# Dependency | ||
|
||
<!-- This feature runs, because it is a dependency --> | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
5 changes: 5 additions & 0 deletions
5
runner/test-data/runSuite/only-with-dependencies/DoNotRun.feature.md
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 @@ | ||
# This feature will be skipped | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
13 changes: 13 additions & 0 deletions
13
runner/test-data/runSuite/only-with-dependencies/RunThisOnly.feature.md
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,13 @@ | ||
--- | ||
run: only | ||
needs: | ||
- Dependency | ||
--- | ||
|
||
<!-- This feature runs, all other features are skipped --> | ||
|
||
# Run this feature | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
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 @@ | ||
# This feature will be skipped | ||
|
||
## Scenario | ||
|
||
Given this is the first step |
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,9 @@ | ||
--- | ||
run: only | ||
--- | ||
|
||
# This feature runs, all other features are skipped | ||
|
||
## Scenario | ||
|
||
Given this is the first step |