#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

#1017 in Parser implementations

Download history 151148/week @ 2024-11-16 95548/week @ 2024-11-23 90255/week @ 2024-11-30 184074/week @ 2024-12-07 144446/week @ 2024-12-14 29255/week @ 2024-12-21 69423/week @ 2024-12-28 156567/week @ 2025-01-04 181026/week @ 2025-01-11 130973/week @ 2025-01-18 158140/week @ 2025-01-25 158308/week @ 2025-02-01 169687/week @ 2025-02-08 167085/week @ 2025-02-15 211426/week @ 2025-02-22 205146/week @ 2025-03-01

782,481 downloads per month
Used in 32 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

~2–3.5MB
~62K SLoC