Download the PHP package piece/stagehand-testrunner without Composer
On this page you can find all versions of the php package piece/stagehand-testrunner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download piece/stagehand-testrunner
More information about piece/stagehand-testrunner
Files in piece/stagehand-testrunner
Package stagehand-testrunner
Short Description A continuous test runner for CLI
License BSD-2-Clause
Homepage https://github.com/piece/stagehand-testrunner/wiki
Informations about the package stagehand-testrunner
Stagehand_TestRunner
A continuous test runner for CLI
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.
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:
Development version:
Second, compile Stagehand_TestRunner
for your environment as the following:
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
All versions of stagehand-testrunner with dependencies
ext-dom Version *
ext-mbstring Version *
ext-pcre Version *
ext-spl Version *
piece/stagehand-alterationmonitor Version ~2.0
piece/stagehand-componentfactory Version ~1.0
sebastian/version Version ~1.0
symfony/config Version ~2.0
symfony/console Version ~2.0
symfony/dependency-injection Version ~2.0
symfony/finder Version ~2.0
symfony/process Version ~2.0
symfony/yaml Version ~2.0