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"
when I try to
cargo test -p cucumber --test example
I get this errorerror: 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"