#test-framework #testing #bdd #cucumber #cucumber-gherkin

gherkin

Pure Rust implementation of Gherkin language (.feature file) for Cucumber testing framework

7 releases (4 breaking)

0.14.0 Jul 14, 2023
0.13.0 Oct 24, 2022
0.12.0 Mar 28, 2022
0.11.2 Feb 18, 2022
0.0.1 May 26, 2018

#658 in Parser implementations

Download history 22654/week @ 2024-07-31 21682/week @ 2024-08-07 20479/week @ 2024-08-14 19862/week @ 2024-08-21 18989/week @ 2024-08-28 25763/week @ 2024-09-04 21703/week @ 2024-09-11 25238/week @ 2024-09-18 22171/week @ 2024-09-25 24186/week @ 2024-10-02 18473/week @ 2024-10-09 25604/week @ 2024-10-16 26262/week @ 2024-10-23 136936/week @ 2024-10-30 176480/week @ 2024-11-06 164911/week @ 2024-11-13

511,765 downloads per month
Used in 27 crates (via cucumber)

MIT/Apache

60KB
1.5K SLoC

Gherkin language for Rust

crates.io Rust 1.65+ Unsafe Forbidden
CI Rust docs

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 crate!

Usage

[dependencies]
gherkin = "0.14"

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.

Dependencies

~1.7–3.5MB
~60K SLoC