All Versions
143
Latest Version
Avg Release Cycle
25 days
Latest Release
684 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v1.3.1 Changes
September 30, 2016π Bug Fixes
- pass formatter options to listener (#641, Charlie Rudolph)
- rerun formatter: output any scenario that doesn't pass (Charlie Rudolph)
- populate scenario definition (#647, Charlie Rudolph)
- π handle empty stacktraces (#605, Hugues Malphettes)
- π use cross-platform symbols (#635, Kevin Goslar)
π Documentation
-
v1.3.0 Changes
September 08, 2016π New Features
- β add
--snippet-interface <INTERFACE>
CLI option (Charlie Rudolph) - β add
--world-parameters <JSON>
CLI option (Charlie Rudolph) - β add snippets formatter (Charlie Rudolph)
- β add support for ES6 default module syntax (dbillingham)
- pretty formatter: add symbols (Charlie Rudolph)
- β add simplified hook parameters (Charlie Rudolph)
π Bug Fixes
- step definition snippets internationalization (Charlie Rudolph)
π Documentation
- document order of execution for multiple hooks (John McLaughlin)
- π breakup README.md, organize docs (Charlie Rudolph)
- β add
-
v1.2.2 Changes
August 05, 2016π Bug Fixes
- π Fix error when stack trace has no frames (#610, Jan Molak)
-
v1.2.1 Changes
July 01, 2016 -
v1.2.0 Changes
June 24, 2016π Bug Fixes
- Attachments
- Remove intermediate conversion to string (Charlie Rudolph)
- Use native base64 encoding which can encode binary (#589, BenjamΓn Eidelman)
- Attachments
-
v1.1.0 Changes
June 23, 2016π New Features
- β Add full support to
registerHandler
(Charlie Rudolph)- Can now use all supported functions interfaces (synchronous, callback, promise, generators)
- Will throw any error received and immediately kill the test suite
- Supports handler specific timeouts
- Updated documentation
π Bug Fixes
- π CLI format: support absolute path on windows (Charlie Rudolph)
- π Fix typo in event name. (#590, Artur Pomadowski)
- Don't run hooks in dry run mode (Charlie Rudolph)
- β Add full support to
-
v1.0.0 Changes
May 30, 2016π Bug Fixes
- Escape all instances of special characters in example / data table (Charlie Rudolph)
-
v0.10.4 Changes
May 30, 2016π New Features
- π Allow time to be faked by utilities such as
sinon.useFakeTimers
(John McLaughlin)
- π Allow time to be faked by utilities such as
-
v0.10.3 Changes
May 19, 2016π Bug Fixes
- Escape newlines in table cells in pretty formatter (Julien Biezemans)
- π Fix handling of unusual error objects (efokschaner)
-
v0.10.2 Changes
April 07, 2016π New Features
- β Add match location to JSON formatter output (Charlie Rudolph)
π Bug Fixes
- Undefined background step (Scott Deakin)