{"library":"jest-to-sonar","type":"library","category":null,"description":"jest-to-sonar is a utility library designed to convert Jest test results into the SonarQube Generic Test Execution Report format (XML). This enables developers to integrate JavaScript and TypeScript project test coverage and execution results directly into SonarQube for quality analysis. The current stable version is 1.3.0. Releases are made on an as-needed basis to address bug fixes and new features, such as supporting custom output paths introduced in v1.1.0 and fixing report data format in v1.3.0. Its primary differentiator is its seamless integration as a Jest reporter, simplifying the setup for SonarQube analysis within CI/CD pipelines without requiring manual conversion scripts.","language":"javascript","status":"active","version":"1.3.0","tags":["javascript","jest","typescript","sonarqube","test","report"],"last_verified":"Wed May 27","install":[{"cmd":"npm install jest-to-sonar","imports":["module.exports = {\n  reporters: ['default', 'jest-to-sonar'],\n};","module.exports = {\n  reporters: [\n    'default',\n    ['jest-to-sonar', { outputFile: './coverage/sonar-report.xml' }]\n  ],\n};"]},{"cmd":"yarn add jest-to-sonar","imports":[]},{"cmd":"pnpm add jest-to-sonar","imports":[]}],"homepage":null,"github":"https://github.com/santoshshinde2012/jest-to-sonar","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/jest-to-sonar","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-to-sonar/compatibility"}}