PHP code example of cdjojn / reportportal-phpunit
1. Go to this page and download the library: Download cdjojn/reportportal-phpunit library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
cdjojn / reportportal-phpunit example snippets
<listeners>
<listener class="agentPHPUnit" file="vendor/reportportal/phpunit/src/agentPHPUnit.php">
<arguments>
<string>25667b03-8760-469f-ad41-fc0b9c4b67fa</string>
<string>https://rp.epam.com</string>
<string>mikalai_kabzar_personal</string>
<string>.000+00:00</string>
<string>test launch name !!!</string>
<string>test launch description !!!</string>
</arguments>
</listener>
</listeners>