https://github.com/gemini-testing/gemini-teamcity
Plugin for Gemini which enables reporting test results to TeamCity.
https://github.com/gemini-testing/gemini-teamcity
gemini-plugin teamcity
Last synced: about 1 month ago
JSON representation
Plugin for Gemini which enables reporting test results to TeamCity.
- Host: GitHub
- URL: https://github.com/gemini-testing/gemini-teamcity
- Owner: gemini-testing
- License: apache-2.0
- Created: 2015-03-27T12:45:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T12:30:08.000Z (over 6 years ago)
- Last Synced: 2025-08-18T14:20:49.301Z (about 2 months ago)
- Topics: gemini-plugin, teamcity
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gemini-teamcity
Plugin for Gemini which enables reporting test results to TeamCity.[](https://travis-ci.org/gemini-testing/gemini-teamcity)
## Requirements
Works with [gemini](https://github.com/gemini-testing/gemini) [v1.1.0](https://github.com/gemini-testing/gemini/releases/tag/v1.1.0) or later.Latest test run done with: _v2.1.1_
## Installation
`npm install gemini-teamcity`## Configuration
Set the configuration to your `.gemini.yml````
plugins:
teamcity: true
```