piece/stagehand-testrunner 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

piece/stagehand-testrunner

最新稳定版本:v4.2.0

Composer 安装命令:

composer require --dev piece/stagehand-testrunner

包简介

A continuous test runner for CLI

关键字:

README 文档

README

A continuous test runner for CLI

Total Downloads Latest Stable Version Latest Unstable Version Build Status

Stagehand_TestRunner is a continuous test runner to run unit tests in CLI.

It makes unit testing in a local environment much easier and comfortable. Additionally it can easily be integrated with a continuous integration server like Jenkins. It has been designed for integration into Integrated Development Environments (IDEs), a developer can create an extension like MakeGood.

Continuous Testing and Notification

Features

  • Runs tests when a file is saved. (Continuous Testing)
  • Runs tests in the specified directory.
  • Runs tests in the specified file.
  • Runs only the specified tests in the specified file.
  • Runs only the tests in the specified classes.
  • Colors the output.
  • Preloads the specified PHP script before running tests.
  • Notifies test results.
  • Logs test results into the specified file in the JUnit XML format.
  • Prints detailed progress report.
  • Stops on the first failure or error.
  • Specifies the test file pattern.
  • Uses a YAML-based configuration file.
  • Runs the phpunit command via the testrunner command.
  • Supports PHPUnit.

Installation

Stagehand_TestRunner can be installed using Composer.

First, add the dependency to piece/stagehand-testrunner into your composer.json file as the following:

Stable version:

composer require piece/stagehand-testrunner "4.2.*"

Development version:

composer require piece/stagehand-testrunner "~4.3@dev"

Second, compile Stagehand_TestRunner for your environment as the following:

vendor/bin/testrunner compile

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.

Copyright

Copyright (c) 2005-2016 KUBO Atsuhiro and contributors, All rights reserved.

License

The BSD 2-Clause License

统计信息

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

GitHub 信息

  • Stars: 36
  • Watchers: 4
  • Forks: 12
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2012-02-29