rregeer / kahlan-teamcity-reporter
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library containing a teamcity reporter for kahlan.
0.1.2
2016-01-29 21:11 UTC
Requires
- php: >=5.5.0
- crysalead/kahlan: ^2.1
This package is auto-updated.
Last update: 2021-06-06 23:56:28 UTC
README
Teamcity reporter for the kahlan bdd test framework. The reporter will generate service tags for the test suites for teamcity. For more information about the teamcity service tags take a look at the teamcity site.
Install via composer
The reporter can be installed using composer. To install the latest version as a dev dependency:
composer require --dev rregeer/kahlan-teamcity-reporter
Use the teamcity reporter
To use the reporter the correct configuration must be given to kahlan:
vendor/bin/kahlan --config=vendor/rregeer/kahlan-teamcity-reporter/src/teamcity-reporter-config.php