An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
- Changelog
- Cucumber in Rust 0.7 – Beginner’s Tutorial by Florian Reinhard.
See our example repository.
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.
This project is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.