dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 117 forks source link

Contents of STDOUT is not printed in the report output #108

Open ghost opened 5 years ago

ghost commented 5 years ago

Some of my steps print to STDOUT with the following: e.g. fwrite(STDOUT, "$reponse");

However these are not logged in the report, only statements which use echo/print

PurHur commented 5 years ago

Why are you doing this? You are asking the software to print this data somewhere else. Why do you expect that in the report now? Why dont you can use echo?