Skip to content

Releases: radish-bdd/radish

v0.6.0

28 May 14:21
3d93340

Choose a tag to compare

Added

  • Support cardinalities in step patterns. Refs #62, #113
  • Highlight placeholders in Scenario Outline. Refs #60, #122
  • Correctly support step gherkin context (Given, When, Then) when using And. Refs #61
  • Add french translation

Changed

  • Renamed argument expressions to custom types

Fixed

  • Fixed importing importlib.util. Refs #123

v0.5.1

07 May 09:46
8defaca

Choose a tag to compare

Fixed

  • Fix parsing Scenarios with tag and last in feature. Refs #111
  • Fix background and precondition console writing

v0.5.0

06 May 08:41
c4fcafe

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

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

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

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

Choose a tag to compare

Fixed

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

v0.3.0

25 Feb 15:52
0524ed8

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

Choose a tag to compare

Added

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