v8.3.0
Added
- Add
willBeRetried
to the parameter passed toAfter
hook functions (#2045)
Changed
defineStep
is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)
Fixed
- Prevent outputting ANSI escapes to
stderr
if it can't display them (#2035)