-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
3282ba2
commit 7726e65
Showing
12 changed files
with
106 additions
and
91 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
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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite name="Cucumber" time="0.005" tests="1" skipped="0" failures="0" errors="0"> | ||
<testcase classname="Parameter Types" name="flights" time="0.003"> | ||
<testcase classname="Parameter Types" name="Flight transformer" time="0.003"> | ||
<system-out><![CDATA[ | ||
Given LHR-CDG has been delayed 45 minutes...................................passed | ||
Given LHR-CDG has been delayed..............................................passed | ||
]]></system-out> | ||
</testcase> | ||
</testsuite> |
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,23 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite name="Cucumber" time="0.017" tests="3" skipped="0" failures="3" errors="0"> | ||
<testcase classname="Pending steps" name="Unimplemented step signals pending status" time="0.003"> | ||
<failure/> | ||
<failure> | ||
<![CDATA[TODO]]> | ||
</failure> | ||
<system-out><![CDATA[ | ||
Given a step that isnt implemented yet......................................pending | ||
Given an unimplemented pending step.........................................pending | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Pending steps" name="Steps before unimplemented steps are executed" time="0.005"> | ||
<failure/> | ||
<failure> | ||
<![CDATA[TODO]]> | ||
</failure> | ||
<system-out><![CDATA[ | ||
Given an implemented step...................................................passed | ||
When a step that isnt implemented yet.......................................pending | ||
Given an implemented non-pending step.......................................passed | ||
And an unimplemented pending step...........................................pending | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Pending steps" name="Steps after unimplemented steps are skipped" time="0.005"> | ||
<failure/> | ||
<failure> | ||
<![CDATA[TODO]]> | ||
</failure> | ||
<system-out><![CDATA[ | ||
Given a step that isnt implemented yet......................................pending | ||
Then a step that we expect to be skipped....................................skipped | ||
Given an unimplemented pending step.........................................pending | ||
And an implemented step that is skipped.....................................skipped | ||
]]></system-out> | ||
</testcase> | ||
</testsuite> |
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
Oops, something went wrong.