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

Cover basic and colored output regressions with unit tests #302

Closed 50U10FCA7 closed 11 months ago

50U10FCA7 commented 1 year ago

Resolves #299

writer::Basic seems to be broken when outputting in color mode.

writer::Basic::lines_to_clear counts more lines than need be cleared. Duplication of #300

Cover basic and colored output with unit tests.

Additionally: