-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strings, buffers and streams can be attached to results and embedded into reports. Currently, only the JSON formatter will output those attachments (as binary64 strings). this.Before(function (scenario, callback) { scenario.attach("some string, stream or buffer"); callback(); }); // works with After hooks too: this.After(function (scenario, callback) { scenario.attach("some string, stream or buffer"); callback(); }); Squashed commit of the following: commit 59d0ae4 Author: Simon Dean <[email protected]> Date: Tue Aug 12 22:16:01 2014 +0100 Stop pretty formatter from outputting undefined step name. Add hidden attribute to JSON formatter commit 25d26ca Author: Simon Dean <[email protected]> Date: Sat Aug 9 21:39:27 2014 +0100 Removed dependency on strip-ansi. Fixed some undefined steps in Ruby cucumber tests strip-ansi did not work under node v0.6 and v0.8 commit 436d4bd Author: Simon Dean <[email protected]> Date: Sat Aug 9 19:16:44 2014 +0100 Hide successful hook steps from the pretty formatter, summary formatter and stats journal commit a322e3d Author: Simon Dean <[email protected]> Date: Sat Aug 9 10:14:38 2014 +0100 Remove name from hook steps commit b552866 Author: Simon Dean <[email protected]> Date: Wed Aug 6 20:18:20 2014 +0100 No longer testing Stream.Readable functionality in node v0.6 and v0.8 Stream.Readable is not available in node v0.6 and v0.8 so it is not possible to test Stream.Readable functionality under those versions of node commit 72c76d8 Author: Simon Dean <[email protected]> Date: Wed May 28 23:51:51 2014 +0100 Support attachments, also known as embeddings
- Loading branch information
Showing
54 changed files
with
4,552 additions
and
1,062 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
Oops, something went wrong.