cucumber-rs / cucumber

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
https://cucumber-rs.github.io/cucumber/main
Apache License 2.0
579 stars 70 forks source link

cant run the cucumber cli #276

Closed invalid-code closed 1 year ago

invalid-code commented 1 year ago

when I try to cargo test -p cucumber --test example I get this error error: package 'cucumber' cannot be tested because it requires dev-dependencies and is not a member of the workspace I installed cucumber as a dev dependency as stated in the documentation [dev-dependencies] cucumber = "0.19.1"