Testing Joomla Extensions with Codeception: Difference between revisions

From Joomla! Documentation

Created page with "<nowiki>Note: this page is under construction</nowiki> == What is Codeception? == todo == Structure of a test == todo"
 
No edit summary
Line 6: Line 6:
== Structure of a test ==
== Structure of a test ==
todo
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:
<source lang="bash">
php codecept.phar run acceptance --debug  1stInstallTestCept.php
</source>

Revision as of 16:05, 23 September 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