2017 © Pedro Peláez
 

library phpci-plugin-codeception

image

phizzl/phpci-plugin-codeception

  • Saturday, October 7, 2017
  • by phizzl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHPCI Plugin Codeception

This PHPCI plugin is an alternative plugin for intergartion Codeception. It supports Codeception version 2.3., (*1)

Since Codeceptions directory structure changed the PHPCI default plugin isn't able to read the generated report files., (*2)

This plugin also makes it possible to run suites using multiple commands for testing different environments., (*3)

You may configure it in you project configuration or phpci.yml as followed, (*4)

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

The Versions

07/10 2017

dev-master

9999999-dev

  Sources   Download

07/10 2017

1.0.5

1.0.5.0

  Sources   Download

12/06 2017

1.0.2

1.0.2.0

  Sources   Download