davidjeddy/codeception-hello-module hello module for codeception

codeception-hello-module

Boilerplate CodeCeption Module

Badges

Latest Stable Version Total Downloads Lahello Unstable Version License Monthly Downloads Daily Downloads composer.lock

SensioLabsInsight

REQUIREMENTS

PHP ^5.6

Composer ^1.x

Codeception ^2.3

Credit

The majority of this package is based off an article by Jordan Eldredge:

https://jordaneldredge.com/blog/writing-a-custom-codeception-module/

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

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
0 0
1 follower
13 downloads
Yii Version: Unknown
License: BSD-3-Clause
Category: Others
Developed by: David J Eddy
Created on: Apr 10, 2018
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions