-
-
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
4ff7adb
commit 982abb4
Showing
17 changed files
with
140 additions
and
148 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,53 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite name="Cucumber" time="0.061" tests="10" skipped="0" failures="0" errors="0"> | ||
<testcase classname="Attachments" name="Strings can be attached with a media type" time="0.005"> | ||
<testsuite name="Cucumber" time="0.045" tests="11" skipped="0" failures="0" errors="0"> | ||
<testcase classname="Attachments" name="Strings can be attached with a media type" time="0.003"> | ||
<system-out><![CDATA[ | ||
When the string "hello" is attached as "application/octet-stream"...........passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Log text" time="0.005"> | ||
<testcase classname="Attachments" name="Log text" time="0.003"> | ||
<system-out><![CDATA[ | ||
When the string "hello" is logged...........................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Log ANSI coloured text" time="0.005"> | ||
<testcase classname="Attachments" name="Log ANSI coloured text" time="0.003"> | ||
<system-out><![CDATA[ | ||
When text with ANSI escapes is logged.......................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Log JSON" time="0.005"> | ||
<testcase classname="Attachments" name="Log JSON" time="0.003"> | ||
<system-out><![CDATA[ | ||
When the following string is attached as "application/json":................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Byte arrays are base64-encoded regardless of media type" time="0.005"> | ||
<testcase classname="Attachments" name="Byte arrays are base64-encoded regardless of media type" time="0.003"> | ||
<system-out><![CDATA[ | ||
When an array with 10 bytes is attached as "text/plain".....................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching JPEG images" time="0.005"> | ||
<testcase classname="Attachments" name="Attaching JPEG images" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a JPEG image is attached...............................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching PNG images" time="0.005"> | ||
<testcase classname="Attachments" name="Attaching PNG images" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a PNG image is attached................................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching images in an examples table - #1.1" time="0.005"> | ||
<testcase classname="Attachments" name="Attaching images in an examples table - #1.1" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a JPEG image is attached...............................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching images in an examples table - #1.2" time="0.005"> | ||
<testcase classname="Attachments" name="Attaching images in an examples table - #1.2" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a PNG image is attached................................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching PDFs with a different filename" time="0.005"> | ||
<testcase classname="Attachments" name="Attaching PDFs with a different filename" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a PDF document is attached and renamed.................................passed | ||
]]></system-out> | ||
</testcase> | ||
<testcase classname="Attachments" name="Attaching URIs" time="0.003"> | ||
<system-out><![CDATA[ | ||
When a link to "https://cucumber.io" is attached............................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
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.