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:
- Host: GitHub
- URL: https://github.com/neronmoon/teamcitycodeception
- Owner: neronmoon
- License: mit
- Created: 2016-02-08T10:24:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T14:22:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T21:10:33.799Z (about 1 month ago)
- Topics: codeception, continuous-integration, integration, php, runner-script, teamcity, test-automation
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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