library scrutinizer-formatter
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer
vivait/scrutinizer-formatter
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer
- Friday, November 7, 2014
- by LewisW
- Repository
- 2 Watchers
- 1 Stars
- 1,131 Installations
- PHP
- 2 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer, (*1)
Usage
In order to run your PHPSpec tests and have Scrutinizer show any failed scenarios against their appropriate spec files, add the following to your build config:, (*2)
before_commands:
- "composer install"
tools:
custom_commands:
-
scope: file
command: vendor/phpspec/phpspec/bin/phpspec run %pathname% -f scrutinizer --no-code-generation || true
Add the following to your phpspec.yml:, (*3)
extensions:
- Vivait\ScrutinizerFormatterExtension\Extension
dev-master
9999999-dev
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer
Sources
Download
MIT
The Requires
by
Lewis Wright
1.0.2
1.0.2.0
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer
Sources
Download
MIT
The Requires
by
Lewis Wright
1.0.1
1.0.1.0
Creates a formatter for PHPSpec to display failed scenarios against files in Scrutinizer
Sources
Download
MIT
The Requires
by
Lewis Wright