2017 © Pedro Peláez
 

package teamcity-codeception

Integrating codeception builds with codeception

image

neronmoon/teamcity-codeception

Integrating codeception builds with codeception

  • Friday, June 24, 2016
  • by neronmoon
  • Repository
  • 2 Watchers
  • 14 Stars
  • 36,904 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 26 % Grown

The README.md

TeamcityCodeception

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

Installation:

Add require string to composer.json, (*2)

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

and add, (*3)

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

to your codeception.yml file, (*4)

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, (*5)

The Versions

24/06 2016

dev-master

9999999-dev https://github.com/neronmoon/teamcitycodeception

Integrating codeception builds with codeception

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Vitaliy Krasnoperov

testing codeception teamcity test-reporting

10/02 2016

v0.1

0.1.0.0 https://github.com/neronmoon/teamcitycodeception

Integrating codeception builds with codeception

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Vitaliy Krasnoperov

testing codeception teamcity test-reporting