Download the PHP package cloudstek/codeception-fancy-dot-reporter without Composer
On this page you can find all versions of the php package cloudstek/codeception-fancy-dot-reporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cloudstek/codeception-fancy-dot-reporter
More information about cloudstek/codeception-fancy-dot-reporter
Files in cloudstek/codeception-fancy-dot-reporter
Package codeception-fancy-dot-reporter
Short Description Enhanced version of the DotReporter found in Codeception
License MIT
Informations about the package codeception-fancy-dot-reporter
Fancy Dot Reporter
This is a fork from the DotReporter of Codeception and adds some fancy enhancements that make it behave more like PHPUnit's reporter.
Requirements
- Codeception 2.3+
- PHP 5.4+
Example
. when the test succeeds.
F when an assertion fails while running the test method.
E when an error occurs while running the test method.
S when the test has been skipped.
I when the test is marked as being incomplete or not yet implemented.
Installation
Using composer
-
Install using composer
- Enable the extension (see usage).
Manually
- Clone the repository or download and extract the latest release.
- Require the
src/DotReporter.phpfile intests/_bootstrap.php - Enable the extension (see usage).
Usage
To enable the extension specify it with —ext or add it to the list of enabled extensions in your codeception.yml.
With —ext option:
With codeception.yml:
Configuration options
See the official documentation on how to configure Codeception extensions. See the list below for available options.
columns
Type: integer
Number of columns to use for progress output. Defaults to the width of the output console, which is always the max.
License
See LICENSE