erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Terse presentation #71

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

The RealTimePresenter is very verbose, which is perhaps often wanted. When you have a significant number of features and scenarios, you may want a more terse presenter though. Instead of showing each and every scenario step, perhaps it should only show scenario steps for those scenarios that fail. For successful scenarios, it could simply show the scenario description, and nothing more.