-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathextensions.yml
More file actions
85 lines (66 loc) · 4.56 KB
/
extensions.yml
File metadata and controls
85 lines (66 loc) · 4.56 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
81
82
83
84
85
- name: Testomat.io Reporter
link: https://github.com/testomatio/php-reporter
description: Run reports and analytics via [Testomat.io](https://testomat.io)
image: https://testomat.io/wp-content/uploads/2022/03/Real_time_report_test_result-936x573.jpg
- name: Allure Codeception Adapter
link: https://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](https://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: https://github.com/tiger-seo/PhpBuiltinServer
description: Extension for starting and stopping built-in PHP server. Works on Windows, Mac, Linux.
- name: Phantoman
link: https://github.com/site5/phantoman
description: Extension for automatically starting and stopping PhantomJS when running tests.
- name: Phiremock
link: https://github.com/mcustiel/phiremock-codeception-extension
description: Extension for automatically starting and stopping Phiremock.
- 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: DrushDb
link: https://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: https://github.com/Codeception/Notifier
description: Flexible notifications with notificator library.
- name: WPBrowser, WPDatabase, WPLoader
link: https://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: https://github.com/joomla-projects/joomla-browser
description: An extended Webdriver Browser to navigate through Joomla sites with Codeception.
image: https://codeception.com/images/frameworks/joomla.png
- name: TestStatistics
link: https://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: https://github.com/neronmoon/TeamcityCodeception
description: Integration with TeamCity CI server by service-messages
- name: EventsScripting
link: https://github.com/oprudkyi/codeception-events-scripting
description: Run shell scripts on events - before/after suites/environments/full test run
- name: PauseOnFail
link: https://github.com/ipeevski/PauseOnFail
description: Pause execution on failure/error - allow debugging from failed point onwardss
- name: SecureShell
link: https://github.com/edno/codeception-secureshell
description: The Codeception module for SSH commands, SFTP access and SSH tunnels
- name: TestRail
link: https://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](https://www.gurock.com/testrail/)
- name: Gherkin-Dependsload
link: https://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.