contexD / cucumber-rust

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.

Home Page:https://bbqsrc.github.io/cucumber-rust

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

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.

https://bbqsrc.github.io/cucumber-rust

License:Apache License 2.0


Languages

Language:Rust 98.9%Language:Gherkin 1.1%