2017 © Pedro Peláez
 

library codeception-json-reporter

Json report generator, can be used in parallel run

image

zondor/codeception-json-reporter

Json report generator, can be used in parallel run

  • Monday, February 8, 2016
  • by zondor
  • Repository
  • 1 Watchers
  • 2 Stars
  • 9,951 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

JSON reporter for Codeception

Codeception JSON fromat reporter, can be used in parallel run. This extension add another type of json report generator, since original one from PHPUnit is nor really suitble, (*1)

Installation

  1. Install Codeception via Composer
  2. Add zondor/codeception-json-reporter": "*" to your composer.json
  3. Run composer install.
  4. Include extensions into codeception.yml configuration:

Sample:, (*2)

paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
reporters:
    json: Codeception\Reporter\Json

Then can be run us ususal reporter, (*3)

php ./vendor/bin/codeception run --json=report.json


The Versions

08/02 2016

dev-master

9999999-dev https://github.com/zondor/codeception-json-reporter

Json report generator, can be used in parallel run

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

08/02 2016

1.0.1

1.0.1.0 https://github.com/zondor/codeception-json-reporter

Json report generator, can be used in parallel run

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter

07/02 2016

1.0.0

1.0.0.0 https://github.com/zondor/codeception-json-reporter

Json report generator, can be used in parallel run

  Sources   Download

MIT

The Requires

 

The Development Requires

tdd json unit testing functional testing acceptance testing codeception reporter