2017 © Pedro PelĂĄez
 

library codeception-cleverreach-module

Provides cleverreach testing for codeception

image

portrino/codeception-cleverreach-module

Provides cleverreach testing for codeception

  • Friday, November 24, 2017
  • by portrino-dev
  • Repository
  • 7 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Codeception Cleverreach Module

Build Status Code Climate Test Coverage Issue Count Latest Stable Version Total Downloads, (*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)

The Versions

24/11 2017

dev-master

9999999-dev

Provides cleverreach testing for codeception

  Sources   Download

The Requires

 

The Development Requires

by Leopold Engst

10/10 2017

0.1.0

0.1.0.0

Provides cleverreach testing for codeception

  Sources   Download

The Requires

 

The Development Requires

by Leopold Engst