Supports executable specifications for command-line (CLI) applications written in Rust using the Cucumber-rs testing framework for Rust.
This project aims to make it easy and painless to use Cucumber with Rust CLI apps!
See also:
aruba-rs
aims to be an increasingly complete
port of the original
Aruba project from Ruby to Rust.
Just like the original Ruby-language project, aruba-rs
aims to serve
two primary use cases - to create and maintain executable specs:
- Inside projects written in the same language (Rust)
- Outside existing CLI apps written in any language