{"library":"karma-time-stats-reporter","type":"library","category":null,"description":"This Karma plugin, `karma-time-stats-reporter`, provides detailed statistics on test execution times, including a histogram visualization and identification of slow tests. Currently at version 0.1.0, it allows users to configure bin sizes for the histogram, set a threshold for what is considered a 'slow' test, and specify the number of the slowest tests to report. It aims to help developers pinpoint performance bottlenecks in their test suites by offering a granular view of test durations. Its release cadence appears to be infrequent, with its latest update being v0.1.0, indicating a stable but less frequently updated project. Key differentiators include its granular control over time reporting through options like `binSize`, `slowThreshold`, and `reportOnlyBeyondThreshold`, which collectively offer a comprehensive analysis beyond basic pass/fail reporting.","language":"javascript","status":"active","version":"0.1.0","tags":["javascript","karma-plugin","karma-reporter"],"last_verified":"Wed May 27","install":[{"cmd":"npm install karma-time-stats-reporter","imports":["config.set({\n  reporters: ['dots', 'time-stats'],\n  // ...\n});","config.set({\n  timeStatsReporter: {\n    reportTimeStats: true,\n    binSize: 100\n  }\n});"]},{"cmd":"yarn add karma-time-stats-reporter","imports":[]},{"cmd":"pnpm add karma-time-stats-reporter","imports":[]}],"homepage":null,"github":"https://github.com/crcatala/karma-time-stats-reporter","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/karma-time-stats-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/karma-time-stats-reporter/compatibility"}}