Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T12:30:08.000Z (over 5 years ago)
- Last Synced: 2024-11-07T00:23:18.420Z (2 months ago)
- Topics: gemini-plugin, teamcity
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 3
- 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.[![Build Status](https://travis-ci.org/gemini-testing/gemini-teamcity.svg?branch=master)](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
```