neronmoon/teamcity-codeception

Integrating codeception builds with codeception

v0.1 2016-02-10 11:59 UTC

This package is auto-updated.

Last update: 2024-04-06 07:47:20 UTC


README

Integrates Codeception and Teamcity CI using service-messages https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity

Installation:

Add require string to composer.json

...
"require-dev": {
	"neronmoon/teamcity-codeception": "dev-master",
}
...

and add

extensions:
  enabled:
    ...
    - Codeception\Extension\TeamCity
    ...

to your codeception.yml file

Known issues

If you are using custom runner script, php may not detect env variables. So you just need to add CI env var to you server (export CI=CI) or to your runner script