Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasvotruba/phpunit-json-result
Print tests result in JSON in PHPUnit 10+ so other tools can use it
https://github.com/tomasvotruba/phpunit-json-result
json output php phpunit result
Last synced: 4 months ago
JSON representation
Print tests result in JSON in PHPUnit 10+ so other tools can use it
- Host: GitHub
- URL: https://github.com/tomasvotruba/phpunit-json-result
- Owner: TomasVotruba
- Created: 2024-01-23T19:30:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:12:22.000Z (8 months ago)
- Last Synced: 2024-10-14T06:01:39.193Z (4 months ago)
- Topics: json, output, php, phpunit, result
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPUnit Json Result Printer
Other PHP CLI tool can communicate with API using JSON. Why not PHPUnit?
## Install
```bash
composer require --dev tomasvotruba/phpunit-json-result-printer
```## Usage
Register extension in your `phpunit.xml` file:
```xml
```