{"library":"cypress-circleci-reporter","type":"library","category":null,"description":"cypress-circleci-reporter is a specialized test reporter for Cypress, designed to integrate seamlessly with CircleCI's test parallelization features. Based on `mocha-junit-reporter`, it generates JUnit XML reports and leverages test timing data to optimize test distribution across parallel CircleCI containers. This allows for faster feedback cycles in CI/CD pipelines. The current stable version is 0.5.0, with releases occurring intermittently but actively since 2020. Key differentiators include its focus on enhancing CircleCI's built-in parallelization, the ability to specify report output directories and filenames with hash-based uniqueness, and a `consoleOutput` option for real-time test status in the terminal. It requires Cypress 3.8.3 or newer and `mocha` as a peer dependency.","language":"javascript","status":"active","version":"0.5.0","tags":["javascript","circleci","reporter","cypress","parallelization","testing","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install cypress-circleci-reporter","imports":["module.exports = defineConfig({\n  e2e: {\n    reporter: 'cypress-circleci-reporter',\n    reporterOptions: {\n      resultsDir: './test_results/cypress',\n      resultFileName: 'cypress-[hash].xml'\n    }\n  }\n});","cypress run --reporter cypress-circleci-reporter --reporter-options \"resultsDir=./results/cypress,resultFileName=report-[hash].xml\"","import { ReporterOptions } from 'cypress-circleci-reporter';"]},{"cmd":"yarn add cypress-circleci-reporter","imports":[]},{"cmd":"pnpm add cypress-circleci-reporter","imports":[]}],"homepage":null,"github":"https://github.com/ksocha/cypress-circleci-reporter","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/cypress-circleci-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/cypress-circleci-reporter/compatibility"}}