承接 boxblinkracer/codeception-testrail 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

boxblinkracer/codeception-testrail

Composer 安装命令:

composer require boxblinkracer/codeception-testrail

包简介

Codeception extension for TestRail. Automatically send Test Results to TestRail

README 文档

README

Installation

This package uses Composer, please checkout the composer website for more information.

The following command will install codeception-testrail into your project. It will also add a new entry in your composer.json and update the composer.lock as well.

$ composer require boxblinkracer/codeception-testrail

This package follows the PSR-4 convention names for its classes, which means you can easily integrate codeception-testrail classes loading in your own autoloader.

How to use

Extension

The extension provides an easy way to integrate the test suite with a TestRail Run.

Configuration

Enable the extension in your suite configuration file for the environments you want:

env:
    dev:
        extensions:
            enabled:
                -  \boxblinkracer\CodeceptionTestRail\Extension\TestRailExtension:
                        url:  https://company.testrail.io
                        user: "xxx"
                        password: "xxx"
                        runID: R1234

Configuration

Please configure your extension with parameters like TestRail Endpoint, Test Run ID and more. These can vary from environment to environment.

  • url: (required) Base URL of the TestRail API, https://company.testrail.io
  • user: (required) The E-Mail Address for the API login
  • password: (required) The E-Mail Address for the API login
  • runID: (required) This is the ID of the prepared Test Run that will receive the Codeception Test Results
  • continueOnError: (optional) Continue/Stop Codeception if a problem with the Extension occurs. Default is "Yes". Possible values: [true/false/1/0]

Tests

All you need to do, is to define what PHP test equals what TestRail test. Do this, by simply appending a new annotation to your tests.

The extension will now automatically look for this annotation, and send the test result of this ID to the configured TestRail Test Run.

 /**
  * @case C123
  */
 public function testMyE2EProcess(...)
 {
        ..
 }

Copying / License

This repository is distributed under the MIT License (MIT). You can find the whole license text in the LICENSE file.

boxblinkracer/codeception-testrail 适用场景与选型建议

boxblinkracer/codeception-testrail 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 49 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 07 月 30 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 boxblinkracer/codeception-testrail 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 boxblinkracer/codeception-testrail 我们能提供哪些服务?
定制开发 / 二次开发

基于 boxblinkracer/codeception-testrail 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 49
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2019-07-30