gherkin_rust

Crates.iogherkin_rust
lib.rsgherkin_rust
version0.10.2
sourcesrc
created_at2018-06-17 18:47:31.241837
updated_at2021-11-30 19:26:48.645052
descriptionPure Rust implementation of Gherkin language (`.feature` file) for Cucumber testing framework.
homepagehttps://github.com/cucumber-rs/gherkin
repositoryhttps://github.com/cucumber-rs/gherkin
max_upload_size
id70501
size111,836
Brendan Molloy (bbqsrc)

documentation

https://docs.rs/gherkin_rust

README

Gherkin language for Rust

Documentation CI Rust 1.46+ Unsafe Forbidden

Changelog

A pure Rust implementation of the Gherkin (.feature file) language for the Cucumber testing framework.

If you want to run Cucumber tests in Rust, try cucumber-rust!

Usage

[dependencies]
gherkin-rust = "0.10"

Further information

For a detailed description of Gherkin usage, you can refer to upstream Cucumber documentation.

Upstream documentation

  1. for Cucumber developers:
  2. for Cucumber users:

License

This project is licensed under either of

at your option.

Original source of src/languages.json is used under the MIT license.

Commit count: 142

cargo fmt