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
563 stars 69 forks source link

-- --nocapture is not working #337

Closed linonetwo closed 3 months ago

linonetwo commented 3 months ago
cargo test  --features test --test trade -- --nocapture

error: unexpected argument '--nocapture' found

Usage: trade-9412299778ecebc2 [OPTIONS]

For more information, try '--help'.
error: test failed, to rerun pass `--test trade`
linonetwo commented 3 months ago

I use the wrong .so file. Log is working after fix this.

linonetwo commented 3 months ago

Use tracing_subscriber can enable test, no need for nocapture