Skip to content

neronmoon/TeamcityCodeception

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

TeamcityCodeception

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