You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Extension that enables working with multiple dabatase backends and safe switching between them. It provides equivalant service as the Db module and more. Use v1.x for codeception v2.0 and v2.x for codeception v2.1.
description: DrushDb is a Codeception extension to populate and cleanup test **Drupal** sites during test runs using Drush aliases and the sql-sync command.
21
+
22
+
- name: Notifier
23
+
link: http://github.com/Codeception/Notifier
24
+
description: Flexible notifications with notificator library.
description: WordPress specific extensions of PHPBrowser and Db modules to allow for more streamlined testing of themes and plugins and a WordPress automated testing suite wrapper.
description: TestStatistics is a Codeception Extension to measure the performance of your tests. The extension lists your slower steps, probably meaning that the used locator is not performant. Is a smart tool to improve the speed of your Acceptance tests, and serves as example to create your own reporting extensions.
description: The Codeception extension for Gherkin features to load and execute dependent scenarios. This extension provides `@dependsload` annotation which lets adding dependencies to gherkin scenarios.
description: This module allows the testing against external messaging services as well as triggering notifications via your tests, currently supports HipChat messaging service.
description: This module will let you test emails that are sent during your Codeception acceptance tests. It depends upon you having MailCatcher installed on your development server.
description: A module which validates the markup (HTML, XHTML, etc.) of web documents. Works out of the box, requires no complex configuration to get started. Yet fully configurable and extendable if something special is needed.
description: Visual regression tests integrated in Codeception. This module can be used to compare the current representation of a website element with an expected. It was written on the shoulders of codeception and integrates in a very easy way.
91
+
color: "#FFF5C4"
92
+
93
+
- name: CSS Regression
94
+
link: https://github.com/mendicm/css-regression
95
+
description: CSS / Visual regression tests integrated in Codeception. This module can be used to compare the current representation of a website element with an expected based on a reference image. This module does not require any JavaScript injections in your website and works with viewport screenshots (chromedriver). Compatible with WebDriver and AngularJS modules.
<h2><ahref="https://chrome.google.com/webstore/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik">Codeception Test Tools <small>Chrome Extension</small></a></h2>
Webception is a deployable web-application that allows you to run all your Codeception tests in the browser.
45
+
46
+
You can access multiple test suites and decide which tests to include in a run. It allows you start, stop and restart the process whilst watching the test results in the Console.
47
+
48
+
</p>
49
+
50
+
51
+
</div>
52
+
53
+
54
+
</div>
55
+
56
+
</div>
57
+
58
+
59
+
<divclass="row">
60
+
<h2class="text-center">Community Modules</h2>
61
+
62
+
<divclass="alert alert-warning">To publish your own module <ahref="https://github.com/Codeception/codeception.github.com/edit/master/_data/modules.yml">add it to the list</a> on GitHub and send a Pull Request.</div>
<divclass="alert alert-warning">To publish your own extension <ahref="https://github.com/Codeception/codeception.github.com/edit/master/_data/extensions.yml">add it to the list</a> on GitHub and send a Pull Request.</div>
0 commit comments