Testing Joomla Extensions with Codeception

From Joomla! Documentation

Revision as of 16:05, 23 September 2014 by Javiparati (talk | contribs)

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