I'm trying to add new assert methods to Codeception, but without success. The problem is that I'm not sure where to put my helpers,
Following the doc (http://codeception.com/docs/06-ReusingTestCode), I think I have to create new Helper class but I don't have _support folder. In tests I have only _output folder (excluding my folders).
Any help would be greatly appreciated.