Testing Joomla Extensions with Codeception: Difference between revisions
From Joomla! Documentation
Javiparati (talk | contribs) No edit summary |
Javiparati (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
php codecept.phar run acceptance --debug 1stInstallTestCept.php | php codecept.phar run acceptance --debug 1stInstallTestCept.php | ||
</source> | </source> | ||
[[Category:Automated Testing]] | |||
Revision as of 10:09, 26 November 2014
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