Download the PHP package osi-open-source/reporting-portal-agent-codeception without Composer
On this page you can find all versions of the php package osi-open-source/reporting-portal-agent-codeception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download osi-open-source/reporting-portal-agent-codeception
More information about osi-open-source/reporting-portal-agent-codeception
Files in osi-open-source/reporting-portal-agent-codeception
Package reporting-portal-agent-codeception
Short Description Specific classes to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
License MIT
Homepage https://github.com/osi-open-source/reporting-portal-agent-codeception
Informations about the package reporting-portal-agent-codeception
ReportPortal agent for PHP Codeception framework
Specific class to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
Install:
1) Using composer 1) Update your project's composer.json file with next data:
Execute command:
2) Or execute command:
2) Update codeception.yml file of your test framework according to codeception.yml file in this repository.
The description and tags string can be templated from the environment variables using the {<VAR_NAME>}
syntax. For example if before a test run the env var SUITE
is set to for example my service
then the description "Launch {SUITE}" will be templated into "Launch my service".
Tags string must be coma separated string without spaces.
3) Run codeception tests as usual: