{"library":"jest-teamcity-reporter","type":"library","category":null,"description":"Jest TeamCity Reporter is a utility package designed to integrate JavaScript Jest test results directly into TeamCity CI builds. Currently at version 0.9.0, it processes Jest's test output and formats it into TeamCity service messages, enabling TeamCity to display test statistics, failures, and test coverage information directly within its UI. Releases appear to be driven by feature additions (like coverage reporting introduced in 0.8.0, and TC10 support in 0.9.0) and bug fixes, with a moderate and stable cadence rather than rapid-fire development. Key differentiators include its seamless integration with TeamCity's native reporting capabilities, providing a rich testing experience directly within the CI dashboard. Its automatic activation based on the `TEAMCITY_VERSION` environment variable is also a significant feature, ensuring it only runs within a TeamCity environment, preventing local execution interference or requiring manual toggles. This makes it a highly specialized and focused tool, ideal for development teams leveraging Jest for their JavaScript testing and TeamCity for their continuous integration pipelines, streamlining the visibility of test outcomes and code quality metrics.","language":"javascript","status":"active","version":"0.9.0","tags":["javascript","jest","unittest","test","teamcity","reporter","integration","ci"],"last_verified":"Wed May 27","install":[{"cmd":"npm install jest-teamcity-reporter","imports":["// In your package.json:\n\"jest\": {\n  \"testResultsProcessor\": \"jest-teamcity-reporter\"\n}","const processResults = require('jest-teamcity-reporter');\n// or for ESM:\nimport processResults from 'jest-teamcity-reporter';","export TEAMCITY_VERSION=\"your_version\""]},{"cmd":"yarn add jest-teamcity-reporter","imports":[]},{"cmd":"pnpm add jest-teamcity-reporter","imports":[]}],"homepage":null,"github":"https://github.com/winterbe/jest-teamcity-reporter","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/jest-teamcity-reporter","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/jest-teamcity-reporter/compatibility"}}