All Projects → leafle → newman-reporter-teamcity

leafle / newman-reporter-teamcity

Licence: MIT License
A newman reporter for TeamCity.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to newman-reporter-teamcity

awesome-newman-html-template
😎 A newman html report very detailed
Stars: ✭ 63 (+231.58%)
Mutual labels:  newman
postman-exporter
Postman exporter for Prometheus
Stars: ✭ 13 (-31.58%)
Mutual labels:  newman
teamcity-hashicorp-vault-plugin
TeamCity plugin to support HashiCorp Vault
Stars: ✭ 23 (+21.05%)
Mutual labels:  teamcity
teamcity-docker-server
TeamCity server docker image sources
Stars: ✭ 70 (+268.42%)
Mutual labels:  teamcity
CI-Report-Converter
The tool converts different error reporting standards for deep compatibility with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc).
Stars: ✭ 17 (-10.53%)
Mutual labels:  teamcity
koshry
Run on CI, Apply Rules on the Build and Get the Result back to the Pull Request.
Stars: ✭ 59 (+210.53%)
Mutual labels:  teamcity
teamcity-runas-plugin
The teamcity-runas plugin to run TeamCity build steps under a specified user account on Windows or Linux.
Stars: ✭ 20 (+5.26%)
Mutual labels:  teamcity
teamcity
dohq-teamcity is a Python package providing access to the JetBrains TeamCity server API.
Stars: ✭ 24 (+26.32%)
Mutual labels:  teamcity
terraform-provider-teamcity
Terraform Provider for Jetbrains TeamCity CI server
Stars: ✭ 70 (+268.42%)
Mutual labels:  teamcity
teamcity-settings
Example project using TeamCity's Versioned Settings and Kotlin DSL
Stars: ✭ 20 (+5.26%)
Mutual labels:  teamcity
teamcity-vagrant
No description or website provided.
Stars: ✭ 23 (+21.05%)
Mutual labels:  teamcity
jest-teamcity
Jest Teamcity Reporter
Stars: ✭ 29 (+52.63%)
Mutual labels:  teamcity
teamcity-kubernetes-plugin
Run TeamCity cloud agents on Kubernetes cluster
Stars: ✭ 57 (+200%)
Mutual labels:  teamcity
my-demo
Demo Application for Dubbo, Mycat, Sharding-Proxy, Seata, SkyWalking, PinPoint, ZipKin, Docker, Kubernetes, Istio, Postman/Newman, FitNesse
Stars: ✭ 37 (+94.74%)
Mutual labels:  newman
teamcity-symbol-server
TeamCity Symbol Server plugin
Stars: ✭ 16 (-15.79%)
Mutual labels:  teamcity
TeamCityApp
TeamCity in your pocket (Android application)
Stars: ✭ 48 (+152.63%)
Mutual labels:  teamcity
NewmanPostman VSTS Task
A task for Azure DevOps Pipelines to run newman tests.
Stars: ✭ 31 (+63.16%)
Mutual labels:  newman
teamcity-commit-hooks
Plugin for TeamCity simplifying installation of webhooks for repositories in GitHub and GitHub Enterprise.
Stars: ✭ 24 (+26.32%)
Mutual labels:  teamcity
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (+152.63%)
Mutual labels:  teamcity
teamcity-google-agent
TeamCity support for Google cloud build agents
Stars: ✭ 13 (-31.58%)
Mutual labels:  teamcity

newman-reporter-teamcity

A newman reporter for TeamCity. See the newman documentation for more info.

Getting Started

  1. Install newman
  2. Install newman-reporter-teamcity
  3. Add to your TeamCity build
  4. Party! partyparrot

Prerequisites

  1. TeamCity
  2. npm
  3. newman
npm install -g newman

Installing

Install with npm

npm install -g newman-reporter-teamcity

Add a command line step to your TeamCity build with something like this. The -r teamcity is the flag to enable TeamCity reporting.

newman run "https://www.getpostman.com/collections/<your-collection-url>" -x --delay-request 10 -r teamcity

The output will show up in your Build Log like this:

TeamCity Log View

and in the Tests tab in TeamCity like this:

TeamCity Tests View

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].