osi-open-source/reporting-portal-agent-codeception
最新稳定版本:v2.3.1
Composer 安装命令:
composer require osi-open-source/reporting-portal-agent-codeception
包简介
Specific classes to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
README 文档
README
Specific class to integrate Codeception-based test framework with Report Portal (http://reportportal.io/).
Install:
- Using composer
- Update your project's composer.json file with next data:
"require": { "osi-open-source/reporting-portal-agent-codeception": "*" },
Execute command:composer update
- Or execute command:
composer require osi-open-source/reporting-portal-agent-codeception
- Update your project's composer.json file with next data:
- Update codeception.yml file of your test framework according to codeception.yml file in this repository.
extensions: enabled: - ... - ReportingPortalAgent: UUID: 07104d6b-45a0-442f-b7ed-a79fa5321123 host: https://report-portal.example.com projectName: your_name_personal timeZone: .000+00:00 launchName: testLaunchName!!! tags: tag1value,tag2value launchDescription: test launch description !!!
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.
- Run codeception tests as usual:
vendor/bin/codecept run
统计信息
- 总下载量: 9.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-17