Testing Joomla Extensions with Codeception
From Joomla! Documentation
Note: this page is under construction
What is Codeception?
todo
Structure of a test
todo
Running the test
Activating the debug mode
To activate the debug mode in Codeception just add the parameter --debug when you run the tests:
php codecept.phar run acceptance --debug 1stInstallTestCept.php