Im not sure this is the best solution for this but I had some issue where codeception was trying to run test before the server had actually started. Pausing within the startServer method for a period of time (currently 1 second) fixes this.
I've enhanced this with ability to define delay within codeception.yml config, so that one can adjust it according to his environment and needs.
@trq thanks, I look forward seeing more PR from you ;)
Im not sure this is the best solution for this but I had some issue where codeception was trying to run test before the server had actually started. Pausing within the startServer method for a period of time (currently 1 second) fixes this.