zondor / codeception-json-reporter
Json report generator, can be used in parallel run
Installs: 13 897
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- codeception/codeception: ~2.1
Requires (Dev)
- codeception/codeception: @dev
This package is not auto-updated.
Last update: 2025-01-04 19:26:48 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
- Install Codeception via Composer
- Add
zondor/codeception-json-reporter": "*"
to yourcomposer.json
- Run
composer install
. - 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