Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.41 KB

File metadata and controls

39 lines (20 loc) · 1.41 KB
layout title
page
Extensions

Extensions

Codeception extensions are developed by third-party contributors and can enhance test execution flow, by listening to internal events. Read more about extensions.

Extensions should be installed via Composer.

Extension for starting and stopping built-in PHP server. Works on Windows, Mac, Linux.

DrushDb is a Codeception extension to populate and cleanup test Drupal sites during test runs using Drush aliases and the sql-sync command.

Flexible notifications with notificator library.

Starts remote debug session during test execution.


IDE Plugins

Codeception CLI tool description for PhpStorm.

To publish your own extension edit this page on GitHub and submit a Pull Request. Please make sure you have installation guide and green light from Travis CI.