azdle / cucumber-rust

Fork of https://crates.io/crates/cucumber because they've removed features we need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cucumber-rust

Documentation Actions Status

An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.

Usage

See our example repository.

Supporting crates

The full gamut of Cucumber's Gherkin language is implemented by the gherkin-rust project. Most features of the Gherkin language are parsed already and accessible via the relevant structs.

License

This project is licensed under either of

at your option.

About

Fork of https://crates.io/crates/cucumber because they've removed features we need.

License:Apache License 2.0


Languages

Language:Rust 98.9%Language:Gherkin 1.1%