π€ 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
π€ 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.PickleStepResultis 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