weirdan / phpunit-appveyor-reporter
PHPUnit reporter that logs test results to AppVeyor test tab in real time
Installs: 21 037
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/command: ^1.1
- guzzlehttp/guzzle: ^7.2
- guzzlehttp/guzzle-services: ^1.2
- psr/log: ^1.1
Requires (Dev)
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.15.1
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.6
This package is auto-updated.
Last update: 2024-10-20 08:38:09 UTC
README
This reporter logs PHPUnit tests results to AppVeyor tests tab in real time.
Installation
composer require --dev weirdan/phpunit-appveyor-reporter
Usage
<?xml version="1.0" encoding="UTF-8"?> <phpunit> <![CDATA[ ............................................. ]]> <extensions> <extension class="Weirdan\PhpUnitAppVeyorReporter\Listener"></extension> </extensions> </phpunit>