zondor/codeception-json-reporter

Json report generator, can be used in parallel run

1.0.1 2016-02-08 06:31 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:00:40 UTC


README

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

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:

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

Then can be run us ususal reporter

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