cucumber-jvm
cucumber-jvm copied to clipboard
Allow to specify alternative to System.out via Runtime.builder()
Is your feature request related to a problem? Please describe. I'm using Runtime.builder() to create a cucumber-cli like custom runner. This runner like to redirect the everything that goes to "System.out" to a custom Printstream
Describe the solution you'd like Runtime.builder().withStandardOut(Printstream) would be cool :-)
Describe alternatives you've considered Only alternative atm is to rebind System.out what has several drawbacks and sideeffects (e.g. threading issues)
@aslakhellesoy I've removed the good first issue tag. There is way too much tangled up in this to make a good first one.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs.