Cucumber (for Rust)

Build Status

Documentation

example run

Before Going Further

Please checkout the calculator example! That example is a full cargo project example showcasing Cucumber tests on real-ish behavior, and outputting a binary. It'll hopefully let you know if you like the testing style before really commiting to it.

Setup for your local Rust project

In your rust project:

Prerequisites

Project configuration

Usage

Running the Cucumber tests for Cucumber

Just cargo test. Its configured (as in the examples) to be run with the rest of the tests.