forked from rajdeepv/parallel_calabash
-
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.
renamed tests to describe what they were testing.
got rid of empty scenarios as it was causing an issue in cucumber (cucumber/cucumber-ruby#967). updated tests to use new line numbers because of empty scenario issue.
- Loading branch information
Tommy Kelly
committed
Nov 27, 2016
1 parent
1d58a96
commit 508ae54
Showing
6 changed files
with
63 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,57 @@ | ||
Feature: aaa feature | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple 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 |
---|---|---|
@@ -1,19 +1,25 @@ | ||
Feature: bbb.feature | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag12 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple 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
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
Feature: ddd.feature | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 @runnable | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple 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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
Feature: eee feature | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step | ||
|
||
@tag1 | ||
Scenario: | ||
Scenario: Scenario with name | ||
Given I am just a simple step |