Codeception Cleverreach Module
, (*1)
This package provides cleverreach testing for codeception, (*2)
Installation
composer require --dev portrino/codeception-cleverreach-module
Usage
You can use this module like other codeception modules. By adding 'CleverReach' to the enabled modules in your
codeception suite configuration., (*3)
Enable module and setup the configuration variables
The variables could be set in config file directly or via an environment variable: %API_KEY%, (*4)
modules:
enabled:
- CleverReach:
client_id: ADD_YOUR_CLIENT_ID_HERE
login_name: ADD_YOUR_LOGIN_NAME_HERE
password: ADD_YOUR_PASSWORD_HERE
Update Codeception build
codecept build
Implement the cept / cest
$I->seeUserIsSubscribedForNewsletter($email, $groupId);
Authors
, (*5)
-
Leopold Engst - Initial work, Unit Tests - leen2104
-
André Wuttig - Concept - aWuttig
See also the list of contributors who participated in this project., (*6)