cucumber-jvm icon indicating copy to clipboard operation
cucumber-jvm copied to clipboard

Allow to specify alternative to System.out via Runtime.builder()

Open laeubi opened this issue 4 years ago • 2 comments

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)

laeubi avatar Jan 23 '21 10:01 laeubi

@aslakhellesoy I've removed the good first issue tag. There is way too much tangled up in this to make a good first one.

mpkorstanje avatar Feb 02 '21 11:02 mpkorstanje

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.

stale[bot] avatar Apr 14 '23 08:04 stale[bot]