oneko/codeception-testlink
Composer 安装命令:
composer require oneko/codeception-testlink
包简介
Codeception Extension for Testlink Reporting
README 文档
README
[WORK IN PROGRESS - NOT USABLE YET]
As you can see, this is heavily based on https://github.com/bookitcom/codeception-testrail
Codeception TestLink Integration Module
This Codeception extension provides functionality for tests to report results to TestLink using the TestLink Rest API v2.
Note: The extension currently only supports the Cest Codeception test format. It cannot report PHPUnit or Cept
tests.
Installation
The easiest way to install this plugin is using Composer. You can install module by running:
composer require --dev oneko/codeception-testlink
Theory of Operation
TODO
Configuration
The extension requires four configuration parameters to be set (user, apikey, project). There are additional
configuration options for overriding statuses and disabling the connection to TestLink.
To enable the extension the following can be added to your codeception.yml config file:
extensions: enabled: - OnekO\Codeception\TestLink\Extension
Global configuration options (like the user and apikey) should also be set in the codeception.yml config:
extensions: config: OnekO\Codeception\TestLink\Extension: enabled: false # When false, don't communicate with TestLink (optional; default: true) user: 'testlink@oneko.org' # A TestLink user (required) apikey: 'REDACTED' # A TestLink API Key (required) url: 'https://myurl.testlink.com' # The base URL for you TestLink Instance project: 9 # TestLink Project ID (required) status: success: 1 # Override the default success status (optional) skipped: 11 # Override the default skipped status (optional) incomplete: 12 # Override the default incomplete status (optional) failed: 5 # Override the default failed status (optional) error: 5 # Override the default error status (optional)
More Information
License
MIT
(c) OnekO https://oneko.org 2018
oneko/codeception-testlink 适用场景与选型建议
oneko/codeception-testlink 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 19 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 01 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 oneko/codeception-testlink 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 oneko/codeception-testlink 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-10