portrino / codeception-cleverreach-module
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.
Provides cleverreach testing for codeception
0.1.0
2017-10-10 08:29 UTC
Requires
- codeception/codeception: ~2.3
- guzzlehttp/guzzle: ~6.2
Requires (Dev)
- phpunit/phpunit: ~6.4
- squizlabs/php_codesniffer: ~3.0.2
This package is not auto-updated.
Last update: 2024-02-04 01:03:28 UTC
README
This package provides cleverreach testing for codeception
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.
Enable module and setup the configuration variables
The variables could be set in config file directly or via an environment variable: %API_KEY%
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
See also the list of contributors who participated in this project.