Is there a Codeception module for CakePHP 2.* ? For the 3rd found. Installed Codeception in /var/www . At the root of the project did ../vendor/bin/codecept bootstrap and ../vendor/bin/codecept build . The tests folder has appeared. In principle, simple tests pass. But, when, let's say, you need to do a test on “go to the product page -> put in the basket -> go to the basket (everything is fine up to this point) and start entering data into the fields for placing an order. Codeception stops seeing the required fields (header shows , and the contents of the body: forms, etc., no longer exist) (I suspect that from now on you need a module for CakePHP 2. *) "

    1 answer 1

    Extensions to CakePHP 2.* Codeception does not. But there is a Selenium and a DB module. You can write integration tests.