Skip to content

Releases: radish-bdd/radish

v0.5.0

06 May 08:41
c4fcafe
Compare
Choose a tag to compare

Added

  • Support tag specific hooks
  • Support multiple basedirs for single run call. Refs #40

Fixed

  • Parsing of tagged Scenario after Scenario Outline Example Table. Refs #105

v0.4.1

06 May 08:40
ce2fb1d
Compare
Choose a tag to compare

Added

  • Use new colorful
  • Galician language
  • Declare extension dependencies as extra requirements. Refs #73

Fixed

  • Traceback when --early-exit was set and a run failed. Refs #92

v0.4.0

06 May 08:40
3da0269
Compare
Choose a tag to compare

Added

  • Support for Background. Refs #57
  • API break, Merged --feature-tags and --scenario-tags to --tags command line option. Refs #72
  • Pinned colorful version to 0.1.3 until new colorful version is out.

v0.3.2

06 May 08:40
b053eee
Compare
Choose a tag to compare

Changed

  • Disabled the syslog extension by default. It can be enabled via the --syslog command line option. Refs #49

v0.3.1

27 Feb 13:11
23cd56c
Compare
Choose a tag to compare

Fixed

  • Remove vendored parse package because parse (#38) is merged

v0.3.0

25 Feb 15:52
0524ed8
Compare
Choose a tag to compare

Added

  • Vendor parse package until parse (#38) is merged
  • Implement radish-test to test step patterns
  • Improved coverage extensions with useful CLI options. Refs #15 and #41
  • Support for tag-expressions for --feature-tags and --scenario-tags. Refs #16

Fixed

  • Lazy evaluate matched step arguments. Refs #31
  • Support running features containing steps with missing step definitions if they are ignored by tags. Refs #17

Release by: Milestone 1

v0.2.12

18 Feb 10:35
b9222af
Compare
Choose a tag to compare

Added

  • Python 3.6 support
  • Python 3.7-dev support (allowed to fail)