phizzl/phpci-plugin-codeception

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0.5) of this package.

1.0.5 2017-10-07 13:54 UTC

This package is auto-updated.

Last update: 2022-11-12 22:50:38 UTC


README

This PHPCI plugin is an alternative plugin for intergartion Codeception. It supports Codeception version 2.3.

Since Codeceptions directory structure changed the PHPCI default plugin isn't able to read the generated report files.

This plugin also makes it possible to run suites using multiple commands for testing different environments.

You may configure it in you project configuration or phpci.yml as followed

  \Phizzl\PHPCI\Plugins\Codeception\CodeceptionPlugin:
    suites:
      acceptance:
        - { args: "--env productive,chrome -g mytests" }
        - { args: "--env productive,firefox" }
      unit:
        - { config: "codeception_alternative.yml" }