mchubar/testrail
Composer 安装命令:
composer require mchubar/testrail
包简介
Extension for TestRail integration
README 文档
README
The extension allows to integrate your test with TestRail. First run will create test suites and test cases.
Features
- Creates test suites and test cases automaticaly
- Tracks all runs with given version
Configuration:
extensions: enabled: - Codeception\TestRail\TestRailIntegrationExtension config: Codeception\TestRail\TestRailIntegrationExtension: version: "%VERSION%" url: "https://trail.example.com/index.php?" username: "autotest@example.com" password: "password" projectId: "1"
Run
> VERSION=1.2 codecept run api -d
Codeception PHP Testing Framework v2.5.4
Powered by PHPUnit 6.5.12 by Sebastian Bergmann and contributors.
Running with seed:
TestRails integration is enabled. Version: 1.2
...
Time: 4.4 seconds, Memory: 20.25MB
OK (3 tests, 11 assertions)
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-11-20