-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Description
π€ What's the problem you're trying to solve?
To implement a custom formatter like ProgressFormatter, you must be able to sort by Pickle Step ID. However models.PickleStepResult is an internal type, so this is impossible.
β¨ What's your proposed solution?
Make PickleStepResult a public (non-internal type)
β Have you considered any alternatives or workarounds?
N/A
π Any additional context?
Custom formatter example: https://github.com/cucumber/godog/tree/main/_examples/custom-formatter
Metadata
Metadata
Assignees
Labels
No labels