An open API service indexing awesome lists of open source software.

https://github.com/neronmoon/teamcitycodeception

Teamcity + Codeception = :heart:
https://github.com/neronmoon/teamcitycodeception

codeception continuous-integration integration php runner-script teamcity test-automation

Last synced: about 1 month ago
JSON representation

Teamcity + Codeception = :heart:

Awesome Lists containing this project

README

        

# 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
```json
...
"require-dev": {
"neronmoon/teamcity-codeception": "dev-master",
}
...
```
and add
```yaml
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