When running unit tests thru PhpStorm, the output of function codecept_debug
is ignored.
I've set my Test runner options to:
--colors --debug -v
In my codeception.yml
I also have:
settings:
bootstrap: _bootstrap.php
colors: true
debug: true
memory_limit: 1024M
On command line the output of codecept_debug
is displayed.
Not implemented yet: https://youtrack.jetbrains.com/issue/WI-36233. Please vote/comment for the issue