All Versions
14
Latest Version
Avg Release Cycle
261 days
Latest Release
1977 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.1 Changes
August 19, 2012- ๐ Fixes for JSON output.
- ๐ Move summary reporter and snippet output to stderr.
-
v1.2.0 Changes
August 18, 2012- ๐ Changed step name provided in snippets to avoid issues with the @step decorator.
- ๐ Use setup to create console scripts.
- ๐ Fixed installation on Windows.
- ๐ Fix ANSI escape sequences for cursor movement and text colourisation.
- ๐ Fixes for various command-line argument issues.
- ๐จ Only print snippets once per unique step.
- ๐ฒ Reworked logging capture.
- ๐ Fixes for dry-run mode.
- ๐ General fixes.
-
v1.1.0 Changes
January 23, 2012- ๐ง Context variable now contains current configuration.
- โ
Context values can now be tested for (
name in context
) and deleted. __file__
now available inside step definition files.- ๐ Fixes for various formatting issues.
- โ Add support for configuration files.
- โ Add finer-grained controls for various things like log capture, coloured output, etc.
- ๐ Fixes for tag handling.
- ๐ Various documentation enhancements, including an example of full-stack testing with Django thanks to David Eyk.
- Split reports into a set of modules, add junit output.
- โ Added work-in-progress ("wip") mode which is useful when developing new code or new tests. See documentation for more details.
-
v1.0.0 Changes
December 05, 2011- ๐ Initial release