{"id":28965575,"url":"https://github.com/itereshchenkov/jest-teamcity","last_synced_at":"2025-06-24T07:02:23.752Z","repository":{"id":41281019,"uuid":"77306956","full_name":"itereshchenkov/jest-teamcity","owner":"itereshchenkov","description":"Jest Teamcity Reporter","archived":false,"fork":false,"pushed_at":"2024-06-23T22:46:31.000Z","size":498,"stargazers_count":32,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T15:06:52.377Z","etag":null,"topics":["jest","jest-teamcity","teamcity","teamcity-formatter","teamcity-reporter","testing-tools","unit-testing"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itereshchenkov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-25T02:12:32.000Z","updated_at":"2025-03-24T20:15:22.000Z","dependencies_parsed_at":"2023-02-08T06:31:35.711Z","dependency_job_id":null,"html_url":"https://github.com/itereshchenkov/jest-teamcity","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/itereshchenkov/jest-teamcity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itereshchenkov%2Fjest-teamcity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itereshchenkov%2Fjest-teamcity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itereshchenkov%2Fjest-teamcity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itereshchenkov%2Fjest-teamcity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itereshchenkov","download_url":"https://codeload.github.com/itereshchenkov/jest-teamcity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itereshchenkov%2Fjest-teamcity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261508146,"owners_count":23169637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jest","jest-teamcity","teamcity","teamcity-formatter","teamcity-reporter","testing-tools","unit-testing"],"created_at":"2025-06-24T07:00:56.172Z","updated_at":"2025-06-24T07:02:23.734Z","avatar_url":"https://github.com/itereshchenkov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jest-teamcity\n\n[![Build Status](https://travis-ci.org/itereshchenkov/jest-teamcity.svg?branch=master)](https://travis-ci.org/itereshchenkov/jest-teamcity)\n![Package Verifier](https://github.com/itereshchenkov/jest-teamcity/workflows/Package%20Verifier/badge.svg)\n\nTeamCity Reporter for Jest testing framework which groups tests using TeamCity Test Suites.\n\n## Features\n\n- grouping tests by test suites\n- output tests duration\n- output pending, failed test with message and stack\n\n## Install\n\nInstall with npm: `npm install --save-dev jest-teamcity`\n\n## Usage\n\nAdd this into the jest configuration file:\n\n```javascript\n\"reporters\": [\"default\", \"jest-teamcity\"]\n```\n\nThe reporter is enabled only if `TEAMCITY_VERSION` environment variable is set. It should work in TeamCity by default.\n\nTo be able to run the tests with the reporter locally, environment variable should be set:\n\n```bash\nexport TEAMCITY_VERSION=\"some_version\"\n```\n\nPackage.json example:\n\n```javascript\n\"scripts\": {\n    \"test\": \"jest\"\n}\n```\n\nWith this configuration, you can run the tests with `npm test`. If the `TEAMCITY_VERSION` environment variable is set, it produces the output in TeamCity's format. Otherwise, standard jest output is produced.\n\n### License\n\nMIT © [Ivan Tereshchenkov]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitereshchenkov%2Fjest-teamcity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitereshchenkov%2Fjest-teamcity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitereshchenkov%2Fjest-teamcity/lists"}