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

This package is not auto-updated.

Last update: 2024-02-04 01:03:28 UTC


README

Build Status Code Climate Test Coverage Issue Count Latest Stable Version Total Downloads

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

  • Leopold Engst - Initial work, Unit Tests - leen2104
  • André Wuttig - Concept - aWuttig

See also the list of contributors who participated in this project.