forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.yml
More file actions
135 lines (105 loc) · 6.38 KB
/
modules.yml
File metadata and controls
135 lines (105 loc) · 6.38 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
- name: Codecept UnitTest generator
image: https://user-images.githubusercontent.com/6382002/33774260-0aaacebc-dc3b-11e7-8a97-34265a4818cc.png
link: https://github.com/hyperia-sk/codecept-unittest-generator
description: Generate PHPUnit tests from annotations.
color: "#FFF5C4"
- name: Amazon S3 Filesystem
link: https://github.com/polevaultweb/s3-filesystem
description: An Amazon S3 Filesystem module.
- name: HighlightCeption
image: https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png
link: https://github.com/hyperia-sk/highlight-ception
description: Highlight text or element by codeception
color: "#FFF5C4"
- name: BrowserMob
link: https://github.com/edno/codeception-browsermob
description: Codeception module for BrowserMob Proxy.
- name: CakePHP
image: https://pbs.twimg.com/profile_images/736902911993774080/p5C2_6xM.jpg
link: https://github.com/cakephp/codeception
description: Official CakePHP 3 module for Codeception.
- name: CakeCeption
link: https://github.com/hkzpjt/cakeception
description: Integrate Codeception to CakePHP v2.* projects
- name: Composer Project
link: https://github.com/TypistTech/codeception-composer-project-module
description: Create throw away composer projects for Codeception tests
- name: Config
link: https://github.com/JustBlackBird/codeception-config-module
description: Loads params from Codeception config and pass them to test scenarios.
- name: Date/Time
link: https://github.com/nathanmac/datetime-codeception-module
description: This module provides additional helpers for your test to help with date and time comparisons.
- name: Doctrine1
link: https://github.com/Codeception/Doctrine1Module
description: Module for Doctrine 1.x ORM (deprecated in Codeception 2.1)
color: "#eee"
- name: HttpMock
link: https://github.com/mcustiel/codeception-http-mock
description: Module and extension to use HttpMock to mock external services when running Codeception tests.
- name: WordPress Browser and Database
image: https://s.w.org/about/images/desktops/wp-light-lo-640x960.png
link: https://github.com/lucatume/wp-browser
description: An extension of Codeception own PhpBrowser and Db modules to allow for easy and streamlined WordPress themes and plugins testing.
- name: IM
link: https://github.com/nathanmac/im-codeception-module
description: This module allows the testing against external messaging services as well as triggering notifications via your tests, currently supports HipChat messaging service.
- name: MailCatcher Module
link: https://github.com/captbaritone/codeception-mailcatcher-module
description: MailCatcher is a standalone software which can be configured to catch *any* email sent by your development server, and display it on a webpage. The MailCatcher Module allows you to test the contents of those emails in an acceptance test.
color: "#FFF5C4"
- name: MailSMTP
link: https://github.com/AhmedSamy/codeception-smtp-mail
description: This module will let you test emails using simple SMTP connection, with any provider that supports IMAP
- name: MailTrap
image: https://pbs.twimg.com/profile_images/455622373182414848/TivgbDaH.png
link: https://github.com/WhatDaFox/Codeception-Mailtrap
description: Codeception module to test email using Mailtrap.io
- name: Markup Validator
link: https://github.com/Kolyunya/codeception-markup-validator
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.
- name: Mockery
link: https://github.com/Codeception/MockeryModule
description: Integrates Mockery into Codeception tests.
- name: Nette
link: https://github.com/Arachne/Codeception
description: Module for Nette framework.
- name: PhireMock
link: https://github.com/mcustiel/phiremock-codeception-extension
description: Extension and module to mock http request to external services during acceptance testing with Codeception.
- name: Slim 3
link: https://github.com/herloct/codeception-slim-module
description: This module allows you to run tests inside Slim 3 Microframework. Based on ZendExpressive Module.
image: http://www.freewebmentor.com/wp-content/uploads/2015/12/slim-logo.png
- name: Symfony1
link: https://github.com/Codeception/symfony1module
description: Module for symfony 1.x framework (deprecated in Codeception 2.1)
color: "#eee"
- name: Remote File Attachment
link: https://github.com/phmLabs/codeception-module-attachfileremote
description: This module helps to upload files when using webdriver via remote connection.
- name: VisualCeption
link: https://github.com/Codeception/VisualCeption
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.
color: "#FFF5C4"
- name: CSS Regression
link: https://github.com/mendicm/css-regression
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.
- name: MultiDb
link: https://github.com/iamdevice/codeception-multidb
description: Extension or work with multiple databases and switch between them. Based on original Db module. Make for codeception v.2.2
- name: Mountebank
link: https://github.com/meare/codeception-mountebank
description: Stub and mck external services with mountebank
- name: Yandex
link: https://github.com/portrino/codeception-yandex-module
description: Validation of structured data via yandex API
- name: Appium Driver
link: https://github.com/tajawal/codeception-appium
description: Appium Driver to interact with appium server - iOS/Android Mobile Testing Automation.
- name: Stepler
link: https://github.com/nicholascus/codeception-stepler
description: Enabling step-by-step console execution in bebugging mode
- name: Drupal
link: https://github.com/guncha25/drupal-codeception
description: Sets of codeception modules and utilities to test drupal cms.