Very thick question, but is there any way to print your own debug messages to the console in Codeception? I mean messages that have nothing to do with assertions, purely for
Or you can use the verbosity controlling commands like:
codecept run -vvv
where each v increases the verbosity of the output (very silent by default).
v