2017 © Pedro Peláez
 

module codeception-hello-module

hello module for codeception

image

davidjeddy/codeception-hello-module

hello module for codeception

  • Thursday, October 19, 2017
  • by davidjeddy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

codeception-hello-module

Boilerplate CodeCeption Module, (*1)

Badges

Latest Stable Version Total Downloads Lahello Unstable Version License Monthly Downloads Daily Downloads composer.lock, (*2)

SensioLabsInsight, (*3)

REQUIREMENTS

PHP ^5.6, (*4)

Composer ^1.x, (*5)

Codeception ^2.3, (*6)

Credit

The majority of this package is based off an article by Jordan Eldredge:, (*7)

https://jordaneldredge.com/blog/writing-a-custom-codeception-module/, (*8)

INSTALLATION

  • cd {project root}
  • Run composer require davidjeddy/codeception-hello-module in terminal
    • OR add "davidjeddy/codeception-hello-module": "dev-master@dev" to your project's composer.json, then run composer update.

USAGE

Add the module to the suite configuration, (*9)

class_name: Acceptancehelloer
modules:
    enabled:
        ...
        - Hello
        ...
  • Rebuild codeception, typically codeception build
  • Add $I->greet('NAME'); to a Cept/Cest test class
  • Run test suite
  • Enjoy

The Versions

19/10 2017

dev-master

9999999-dev

hello module for codeception

  Sources   Download

BSD-3-Clause

The Requires

 

module codeception

20/05 2017

0.1.1

0.1.1.0

hello module for codeception

  Sources   Download

BSD-3-Clause

The Requires

 

module codeception

19/05 2017

0.1.0

0.1.0.0

hello module for codeception

  Sources   Download

BSD-3-Clause

The Requires

 

module codeception

18/05 2017

0.0.1

0.0.1.0

hello module for codeception

  Sources   Download

BSD-3-Clause

The Requires

 

module codeception