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

[Question] Hook after all features #338

Open EnvOut opened 3 months ago

EnvOut commented 3 months ago

Hello!

I am using cucumber-rust for testing my project, and I need to add a hook that will stop dependent processes after all features have been executed. Could you please guide me on how to achieve this?

Thank you!