Download the PHP package delta-reporter/phpunit-client without Composer
On this page you can find all versions of the php package delta-reporter/phpunit-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download delta-reporter/phpunit-client
More information about delta-reporter/phpunit-client
Files in delta-reporter/phpunit-client
Package phpunit-client
Short Description Delta Reporter service for PHPUnit tests
License Apache-2.0
Homepage https://github.com/delta-reporter/delta-reporter-phpunit
Informations about the package phpunit-client
Delta Reporter PHPUnit Service
This service is intended to send information from PHPUnit tests to Delta Reporter
Installation
Installing this service is simple as adding it as a dependency to composer
Configuration
Add listener to phpunit.xml
If the environment variable DELTA_LAUNCH_ID
is not present, a new launch is going to be created on Delta Reporter automatically using the current date as PHPUnit Launch {Y-m-d\TH:i:s}
If you wish to generate a DELTA_LAUNCH_ID to pass it to several types of tests, please check this website
Sending media to Delta Reporter
You can sent images and video to Delta Reporter, these will be displayed in a container into your test
The function saveFileForTest()
requires three parameters:
- FilePath: string = Full path to upload the media file
- Type: string = Type of media, it accept two values 'img' or 'video'
- Description: string = Description of the media file, which is going to be displayed in a container
All versions of phpunit-client with dependencies
psr/http-message Version *
symfony/yaml Version *
phpunit/phpunit Version ^8.5