forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensions.yml
More file actions
80 lines (62 loc) · 4.45 KB
/
extensions.yml
File metadata and controls
80 lines (62 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
- name: Allure Codeception Adapter
link: http://github.com/allure-framework/allure-codeception
description: This is a Codeception adapter for [Allure Framework](http://allure.qatools.ru)
- name: ReportPortal Agent
link: https://github.com/reportportal/agent-php-Codeception
description: Integration with [ReportPortal.io](http://reportportal.io) AI-powered test automation dashboard
- name: Wiremock Extension
description: Allows developers and testers to use WireMock to mock external services when running codeception tests. codeception-wiremock-extension connects to an already running instance of WireMock or can also run automatically a local standalone one. And, it is able to download the version of wiremock you preffer and run it too
link: https://github.com/mcustiel/codeception-wiremock-extension
- name: Docker Selenium Chrome
link: https://github.com/teamneusta/codeception-docker-chrome
description: Docker Selenium Chrome for Codeception is a extension to integrate automatic selenium with chrome in your codeception tests.
- name: PhpBuiltinServer
link: http://github.com/tiger-seo/PhpBuiltinServer
description: Extension for starting and stopping built-in PHP server. Works on Windows, Mac, Linux.
- name: Phantoman
link: http://github.com/site5/phantoman
description: Extension for automatically starting and stopping PhantomJS when running tests.
- name: Progress Reporter
link: https://github.com/fr05t1k/codeception-progress-reporter
description: The reporter with a progress bar
image: /images/extensions/codeception-progress-reporter.png
- name: MultiDb
link: http://github.com/redmatter/Codeception-MultiDb
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.
- name: DrushDb
link: http://github.com/pfaocle/DrushDb
image: https://www.drupal.org/files/druplicon-small.png
description: DrushDb is a Codeception extension to populate and cleanup test **Drupal** sites during test runs using Drush aliases and the sql-sync command.
- name: Notifier
link: http://github.com/Codeception/Notifier
description: Flexible notifications with notificator library.
- name: WPBrowser, WPDatabase, WPLoader
link: http://github.com/lucatume/wp-browser
image: https://s.w.org/about/images/desktops/wp-light-lo-640x960.png
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.
- name: Joomla-Browser
link: http://github.com/joomla-projects/joomla-browser
description: An extended Webdriver Browser to navigate through Joomla sites with Codeception.
image: http://codeception.com/images/frameworks/joomla.png
- name: TestStatistics
link: http://github.com/redCOMPONENT-COM/teststatistics#teststatistics
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.
- name: TeamCity
link: http://github.com/neronmoon/TeamcityCodeception
description: Integration with TeamCity CI server by service-messages
- name: EventsScripting
link: http://github.com/oprudkyi/codeception-events-scripting
description: Run shell scripts on events - before/after suites/environments/full test run
- name: GherkinParam
link: http://github.com/edno/codeception-gherkin-param
description: The Codeception extension for supporting parameter notation in Gherkin scenario.
- name: SecureShell
link: http://github.com/edno/codeception-secureshell
description: The Codeception module for SSH commands, SFTP access and SSH tunnels
- name: TestRail
link: http://github.com/bookitcom/codeception-testrail
image: https://blog.gurock.com/wp-content/themes/gurock/assets/images/blog/bottom-testrail-ad.png
description: Integration with [TestRail TestCase Management](http://www.gurock.com/testrail/)
- name: Gherkin-Dependsload
link: http://github.com/labbots/codeception-gherkin-dependsload
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.