| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Specific class to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
Use as an example: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex
"require": {
"reportportal/codeception": "1.0.x-dev"
},
Use as an example: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex/blob/master/composer.json
composer require reportportal/codeception 1.0.x-dev
extensions:
enabled:
- ...
- agentPHPCodeception
- ...
config:
...
agentPHPCodeception:
UUID: 07104d6b-45a0-442f-b7ed-a79fa5321123
host: https://rp.epam.com
projectName: your_name_personal
timeZone: .000+00:00
launchName: test launch name !!!
launchDescription: test launch description !!!
...
Use as an example: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex/blob/master/codeception.yml
composer update
| Back | FazBrowse Home | New Git URL |