Releases: radish-bdd/radish
Releases · radish-bdd/radish
v0.5.0
v0.4.1
v0.4.0
v0.3.2
v0.3.1
Fixed
- Remove vendored
parse
package because parse (#38) is merged
v0.3.0
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
Added
- Python 3.6 support
- Python 3.7-dev support (allowed to fail)