All Versions
31
Latest Version
Avg Release Cycle
52 days
Latest Release
1259 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.8.1 Changes
September 29, 2016V2.8.1 (2016-09-29)
โจ Enhancements
none
๐ Bug fixes
- Scenario outlines without any examples now fail. This is less surprising than the previous passing result (#65).
Backwards incompatible changes
none
-
v2.8.0 Changes
August 14, 2016โจ Enhancements
- โ Adds details of assertion errors to output. Thanks to @raycheung via #60.
๐ Bug fixes
none
Backwards incompatible changes
none
-
v2.7.0 Changes
April 23, 2016โจ Enhancements
- โ Adds the ability to run all features and scenarios within a suite asynchronously by adding
run_async: true
. - Allows extra config to be added to each suite generated by
context_per_feature
by adding a list of key-values toextra
.
๐ Bug fixes
none
Backwards incompatible changes
none
Notes
- ๐ The runner protocol has been removed as this added complexity but little obvious benefit.
- โ Adds the ability to run all features and scenarios within a suite asynchronously by adding
-
v2.6.1 Changes
April 06, 2016โจ Enhancements
none
๐ Bug fixes
- 0๏ธโฃ Directory will be created for new default context.
Backwards incompatible changes
none
-
v2.6.0 Changes
April 06, 2016โจ Enhancements
- โ Add --contexts option to overide default
- โ Add --config option to overide default
- ๐ Exits are now trapped during runs. see 4067990e06b21bb0cb13010c6bb7eb54e184f28c
๐ Bug fixes
- 0๏ธโฃ Fails faster if default context can not be created.
Backwards incompatible changes
none
-
v2.5.0 Changes
February 11, 2016โจ Enhancements
- Add
context_per_feature
setting to suite config. This creates a suite per feature file and loads a context based on a naming convention. ๐ Credit goes to @rkotze for implementing this feature. See #39
๐ Bug fixes
none
Backwards incompatible changes
none
- Add
-
v2.4.0 Changes
January 31, 2016โจ Enhancements
- โ Added
ContextBehaviour
behaviour that context modules can implement as an alternative to using the DSL provided byContext
.
๐ Bug fixes
none
Backwards incompatible changes
none
- โ Added
-
v2.3.1 Changes
January 25, 2016โจ Enhancements
none
๐ Bug fixes
- ๐ Fix bug that caused creating a default context automatically to error weirdly.
Backwards incompatible changes
none
-
v2.3.0 Changes
January 21, 2016โจ Enhancements
- โ Added suites configuration for defining which features are run under which context. See PR #34. Thanks goes to @rkotze for design input.
๐ Bug fixes
none
Backwards incompatible changes
none
-
v2.2.0 Changes
December 26, 2015โจ Enhancements
- ๐ Colour output thanks to @rkotze see #29
- Define the WhiteBread.Formatter.FailedStep protocol. Using this allows users to customise how uncaught exceptions are formatted as text by whitebread.
๐ Bug fixes
none
Backwards incompatible changes
none