You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running numerous scenarios and using the progress formatter,
When the step is a mod of 70, the step numbers are printed on the progress line and a line break is introduced.
This seems to be only useful for debugging the formatter itself and should likely be removed.
Additionally, there should be a line break after each scenario is completed.
Current output:
.......=== RUN TestFeatures/MyFeature1
........... 420
.=== RUN TestFeatures/MyFeature2
........................=== RUN TestFeatures/MyFeature3
👓 What did you see?
When running numerous scenarios and using the
progress
formatter,When the step is a mod of 70, the step numbers are printed on the progress line and a line break is introduced.
This seems to be only useful for debugging the formatter itself and should likely be removed.
Additionally, there should be a line break after each scenario is completed.
Current output:
Offending Line/Area:
godog/internal/formatters/fmt_progress.go
Line 109 in e55eab6
✅ What did you expect to see?
Expected output:
In the case of more than 70 steps per Scenario the output should expect to look like:
📦 Which tool/library version are you using?
Golang Godog Main Branch
🔬 How could we reproduce it?
No response
📚 Any additional context?
I'll tackle this myself if this makes sense to others.
The text was updated successfully, but these errors were encountered: