I am trying to implement codeception into my palcon project. I'm relatively new to phalcon (since July) and totally new to testing (since 4 days ago, never did any formal tests of any kind before) so I may be seriously off track. But I have tried to implement the simplest of tests, following the tutorials for phalcon1/codeception 1.8 with a phalcon-simple project: just testing if the front page contains the word "Congratulations".
I can make this test pass for both acceptance and functional with 1.8 but I have found no way to make it pass for functional with 2.0.x. Further: 1.8 gives me meaningfull errors while 2.0x doesn't - which helped me solve a trivial issue I first fought with for two days in codecept 2.0.
So should I stay with codeception 1.8 or are there some tutorials/instructions that I need to go through to work with codecept 2.0?