lewismj / cucumber

Cucumber Test Framework & Plugin for SBT (BDD Testing in Scala)
Other
41 stars 18 forks source link

Piping standard out to forked process #23

Closed chrisjowen closed 7 years ago

chrisjowen commented 7 years ago

Hey,

Thanks for the great work so far, I was also wondering if it is possible to get the forked process to write to standard out from the parent process. I am loosing my log messages when cucumber runs and I am assuming this is the cause.

Chris

chrisjowen commented 7 years ago

Doh, ok nevermind seems like the out put is been piped as expected it was my dumb fault as I had error level reporting in my test slf4j config. Closing with shame now :)

lewismj commented 7 years ago

ok, no worries.