BehatHtmlFormatterPlugin icon indicating copy to clipboard operation
BehatHtmlFormatterPlugin copied to clipboard

Contents of STDOUT is not printed in the report output

Open ghost opened this issue 6 years ago • 1 comments

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

ghost avatar May 09 '19 00:05 ghost

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?

PurHur avatar Jul 03 '19 12:07 PurHur