reportportal / codeception
特定的类,用于将基于Codeception的测试框架与Report Portal(http://reportportal.io/)集成。
dev-master
2018-08-17 11:43 UTC
Requires
- codeception/base: *
- codeception/codeception: *
- reportportal/basic: 1.0.x-dev
This package is auto-updated.
Last update: 2019-05-07 07:41:31 UTC
README
特定的类,用于将基于Codeception的测试框架与Report Portal(http://reportportal.io/)集成。
如何使用。
以以下为例: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex
步骤
1.1) 使用以下数据更新您的项目的composer.json文件
"require": {
"reportportal/codeception": "1.0.x-dev"
},
以以下为例: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex/blob/master/composer.json
或者
1.2) 执行命令
composer require reportportal/codeception 1.0.x-dev
2) 根据本存储库中的codeception.yml文件更新您的测试框架的codeception.yml文件。
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 !!!
...
以以下为例: https://github.com/Mikalai-Kabzar/Codeception-test-framework-for-Yandex/blob/master/codeception.yml
3) 执行命令
composer update