定制 likesistemas/codeception-github-reporter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

likesistemas/codeception-github-reporter

最新稳定版本:0.5.0

Composer 安装命令:

composer require likesistemas/codeception-github-reporter

包简介

Reports unit test data for a pull request.

README 文档

README

Installation

composer require likesistemas/codeception-github-reporter --dev

Codeception

Run your tests withLike\Codeception\GithubReporter extension enabled:

On Linux/MacOS:

VAR={VALUE} php vendor/bin/codecept run --ext "Like\Codeception\GithubReporter"

On Windows

set VAR={VALUE}&& php vendor/bin/codecept run  --ext "Like\Codeception\GithubReporter"

Alternatively, you can add Like\Codeception\GithubReporter extension to suite or global config.

extensions:
  enabled:
    - Like\Codeception\GithubReporter

Enviroment Variables

  • GITHUB_OWNER: Owner of repository
  • GITHUB_REPO: Name of repository
  • GITHUB_PR_NUMBER: Number of pull request of repository
  • GITHUB_TOKEN: Token of the user's github who will post the comment
  • IMGBB_TOKEN=cfac55381b42ee1e55bf17fa185b3b51
  • TEST_LANG: Language
  • TEST_TITLE: Message to show in title
  • TEST_FOOTER: Show footer with version of PHP
  • IMGBB_TOKEN: Token to upload image acceptance test

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-22