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