Skip to content

Commit 8ae0075

Browse files
eXorusNaktibalda
authored andcommitted
Add MailCare Module (Codeception#200)
* Update module file Sort A-Z Added period at the end of the description Always the same order: image, link, description, color Removed module in the name Added my new module MailCare module * Added logo for mailcare * Update modules.yml
1 parent 92a3240 commit 8ae0075

File tree

1 file changed

+70
-64
lines changed

1 file changed

+70
-64
lines changed

_data/modules.yml

Lines changed: 70 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,92 @@
1-
- name: FlySystem
2-
description: Codeception FlySystem module with several adapters. Provides a set of methods for checking and modifying files on remote storage.
3-
link: https://github.com/lamoda/codeception-flysystem
4-
color: "#FFF5C4"
5-
6-
- name: Codecept UnitTest generator
7-
image: https://user-images.githubusercontent.com/6382002/33774260-0aaacebc-dc3b-11e7-8a97-34265a4818cc.png
8-
link: https://github.com/hyperia-sk/codecept-unittest-generator
9-
description: Generate PHPUnit tests from annotations.
10-
111
- name: Amazon S3 Filesystem
122
link: https://github.com/polevaultweb/s3-filesystem
133
description: An Amazon S3 Filesystem module.
144

15-
- name: HighlightCeption
16-
image: https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png
17-
link: https://github.com/hyperia-sk/highlight-ception
18-
description: Highlight text or element by codeception
19-
color: "#FFF5C4"
20-
5+
- name: Appium Driver
6+
link: https://github.com/tajawal/codeception-appium
7+
description: Appium Driver to interact with appium server - iOS/Android Mobile Testing Automation.
8+
219
- name: BrowserMob
2210
link: https://github.com/edno/codeception-browsermob
2311
description: Codeception module for BrowserMob Proxy.
2412

13+
- name: CakeCeption
14+
link: https://github.com/hkzpjt/cakeception
15+
description: Integrate Codeception to CakePHP v2.* projects.
16+
2517
- name: CakePHP
2618
image: https://pbs.twimg.com/profile_images/736902911993774080/p5C2_6xM.jpg
2719
link: https://github.com/cakephp/codeception
2820
description: Official CakePHP 3 module for Codeception.
29-
30-
- name: CakeCeption
31-
link: https://github.com/hkzpjt/cakeception
32-
description: Integrate Codeception to CakePHP v2.* projects
21+
22+
- name: Codecept UnitTest generator
23+
image: https://user-images.githubusercontent.com/6382002/33774260-0aaacebc-dc3b-11e7-8a97-34265a4818cc.png
24+
link: https://github.com/hyperia-sk/codecept-unittest-generator
25+
description: Generate PHPUnit tests from annotations.
3326

3427
- name: Composer Project
3528
link: https://github.com/TypistTech/codeception-composer-project-module
36-
description: Create throw away composer projects for Codeception tests
29+
description: Create throw away composer projects for Codeception tests.
3730

3831
- name: Config
3932
link: https://github.com/JustBlackBird/codeception-config-module
4033
description: Loads params from Codeception config and pass them to test scenarios.
4134

35+
- name: CSS Regression
36+
link: https://github.com/mendicm/css-regression
37+
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.
38+
4239
- name: Date/Time
4340
link: https://github.com/nathanmac/datetime-codeception-module
4441
description: This module provides additional helpers for your test to help with date and time comparisons.
4542

4643
- name: Doctrine1
4744
link: https://github.com/Codeception/Doctrine1Module
48-
description: Module for Doctrine 1.x ORM (deprecated in Codeception 2.1)
45+
description: Module for Doctrine 1.x ORM (deprecated in Codeception 2.1).
4946
color: "#eee"
5047

48+
- name: Drupal
49+
link: https://github.com/guncha25/drupal-codeception
50+
description: Sets of codeception modules and utilities to test drupal cms.
51+
52+
- name: FlySystem
53+
link: https://github.com/lamoda/codeception-flysystem
54+
description: Codeception FlySystem module with several adapters. Provides a set of methods for checking and modifying files on remote storage.
55+
color: "#FFF5C4"
56+
57+
- name: HighlightCeption
58+
image: https://user-images.githubusercontent.com/6382002/29250010-0bdb3cf6-803b-11e7-92af-f666caf497e4.png
59+
link: https://github.com/hyperia-sk/highlight-ception
60+
description: Highlight text or element by codeception.
61+
color: "#FFF5C4"
62+
5163
- name: HttpMock
5264
link: https://github.com/mcustiel/codeception-http-mock
5365
description: Module and extension to use HttpMock to mock external services when running Codeception tests.
5466

55-
- name: WordPress Browser and Database
56-
image: https://s.w.org/about/images/desktops/wp-light-lo-640x960.png
57-
link: https://github.com/lucatume/wp-browser
58-
description: An extension of Codeception own PhpBrowser and Db modules to allow for easy and streamlined WordPress themes and plugins testing.
59-
6067
- name: IM
6168
link: https://github.com/nathanmac/im-codeception-module
6269
description: This module allows the testing against external messaging services as well as triggering notifications via your tests, currently supports HipChat messaging service.
6370

64-
- name: MailCatcher Module
71+
- name: MailCare
72+
image: https://raw.githubusercontent.com/mailcare/codeception-module-mailcare/master/codeception-addons.png
73+
link: https://github.com/mailcare/codeception-module-mailcare
74+
description: Codeception module to test email using MailCare.io (Free, Open Source or paid services).
75+
color: "#e65722"
76+
77+
- name: MailCatcher
6578
link: https://github.com/captbaritone/codeception-mailcatcher-module
6679
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.
6780
color: "#FFF5C4"
6881

6982
- name: MailSMTP
7083
link: https://github.com/AhmedSamy/codeception-smtp-mail
71-
description: This module will let you test emails using simple SMTP connection, with any provider that supports IMAP
84+
description: This module will let you test emails using simple SMTP connection, with any provider that supports IMAP.
7285

7386
- name: MailTrap
7487
image: https://pbs.twimg.com/profile_images/455622373182414848/TivgbDaH.png
7588
link: https://github.com/WhatDaFox/Codeception-Mailtrap
76-
description: Codeception module to test email using Mailtrap.io
89+
description: Codeception module to test email using Mailtrap.io.
7790

7891
- name: Markup Validator
7992
link: https://github.com/Kolyunya/codeception-markup-validator
@@ -83,6 +96,10 @@
8396
link: https://github.com/Codeception/MockeryModule
8497
description: Integrates Mockery into Codeception tests.
8598

99+
- name: Mountebank
100+
link: https://github.com/meare/codeception-mountebank
101+
description: Stub and mck external services with mountebank.
102+
86103
- name: Nette
87104
link: https://github.com/Arachne/Codeception
88105
description: Module for Nette framework.
@@ -91,53 +108,42 @@
91108
link: https://github.com/mcustiel/phiremock-codeception-extension
92109
description: Extension and module to mock http request to external services during acceptance testing with Codeception.
93110

111+
- name: Private Sniffer
112+
link: https://github.com/fkupper/private-sniffer-module/
113+
description: Simple module that enables sniffing into private defined elements of an object while running unit tests with Codeception.
114+
115+
- name: PSR3 Logger
116+
link: https://github.com/byteout/psr-logger-codeception-module
117+
description: Module for validation of messages logged by PSR3 loggers.
118+
119+
- name: Remote File Attachment
120+
link: https://github.com/phmLabs/codeception-module-attachfileremote
121+
description: This module helps to upload files when using webdriver via remote connection.
122+
94123
- name: Slim 3
124+
image: http://www.freewebmentor.com/wp-content/uploads/2015/12/slim-logo.png
95125
link: https://github.com/herloct/codeception-slim-module
96126
description: This module allows you to run tests inside Slim 3 Microframework. Based on ZendExpressive Module.
97-
image: http://www.freewebmentor.com/wp-content/uploads/2015/12/slim-logo.png
127+
128+
- name: Stepler
129+
link: https://github.com/nicholascus/codeception-stepler
130+
description: Enabling step-by-step console execution in bebugging mode.
98131

99132
- name: Symfony1
100133
link: https://github.com/Codeception/symfony1module
101-
description: Module for symfony 1.x framework (deprecated in Codeception 2.1)
134+
description: Module for symfony 1.x framework (deprecated in Codeception 2.1).
102135
color: "#eee"
103136

104-
- name: Remote File Attachment
105-
link: https://github.com/phmLabs/codeception-module-attachfileremote
106-
description: This module helps to upload files when using webdriver via remote connection.
107-
108137
- name: VisualCeption
109138
link: https://github.com/Codeception/VisualCeption
110139
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.
111140
color: "#FFF5C4"
112141

113-
- name: CSS Regression
114-
link: https://github.com/mendicm/css-regression
115-
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.
142+
- name: WordPress Browser and Database
143+
image: https://s.w.org/about/images/desktops/wp-light-lo-640x960.png
144+
link: https://github.com/lucatume/wp-browser
145+
description: An extension of Codeception own PhpBrowser and Db modules to allow for easy and streamlined WordPress themes and plugins testing.
116146

117-
- name: Mountebank
118-
link: https://github.com/meare/codeception-mountebank
119-
description: Stub and mck external services with mountebank
120-
121147
- name: Yandex
122148
link: https://github.com/portrino/codeception-yandex-module
123-
description: Validation of structured data via yandex API
124-
125-
- name: Appium Driver
126-
link: https://github.com/tajawal/codeception-appium
127-
description: Appium Driver to interact with appium server - iOS/Android Mobile Testing Automation.
128-
129-
- name: Stepler
130-
link: https://github.com/nicholascus/codeception-stepler
131-
description: Enabling step-by-step console execution in bebugging mode
132-
133-
- name: Drupal
134-
link: https://github.com/guncha25/drupal-codeception
135-
description: Sets of codeception modules and utilities to test drupal cms.
136-
137-
- name: PSR3 Logger
138-
link: https://github.com/byteout/psr-logger-codeception-module
139-
description: Module for validation of messages logged by PSR3 loggers.
140-
141-
- name: Private Sniffer
142-
link: https://github.com/fkupper/private-sniffer-module/
143-
description: Simple module that enables sniffing into private defined elements of an object while running unit tests with Codeception.
149+
description: Validation of structured data via yandex API.

0 commit comments

Comments
 (0)