codeception
codeception copied to clipboard
CakePHP module for Codeception
Is there any interest in updating this to the 2.3 release? I don't see much activity here but now that the framework supports PHPUnit 6 this plugin is broken.
I use a ddev docker for running the tests. I'm able to run UnitTests via Codeception, but when it comes to database and fixtures its confusing... My codeception.dist.yml ```yaml namespace:...
I recently upgraded to cake 3.6 and all my tests are broken. - Routes are not loaded at runtime, amOnRoute cannot be used(nothing is found). [Cake\Routing\Exception\MissingRouteException] A route matching "array...
Hi jadb! I'm struggling very hard with fixtures in unit testing. I have my Testclass extend from `Cake\TestSuite\TestCase`. But when I try it with ``` public $fixtures = ['plugin.user_management.permissions']; ```...
I've tried to install cakephp/codeception to a new project, but when I run codecept bootstrap it does not generate the folders and files like it should. They are in the...
Could you please explain (also in documentation) how should I prepare the database? I would like to run the tests also on third party continous integration tool like https://codeship.com Where/how...