{"id":17766452,"url":"https://github.com/dmitry/cypress-report-action","last_synced_at":"2025-06-25T18:31:57.975Z","repository":{"id":37799193,"uuid":"329964606","full_name":"dmitry/cypress-report-action","owner":"dmitry","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-16T15:28:38.000Z","size":856,"stargazers_count":3,"open_issues_count":19,"forks_count":3,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-06-19T15:05:30.533Z","etag":null,"topics":[],"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/dmitry.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-01-15T16:26:50.000Z","updated_at":"2022-10-27T09:23:35.000Z","dependencies_parsed_at":"2023-02-10T04:30:46.587Z","dependency_job_id":null,"html_url":"https://github.com/dmitry/cypress-report-action","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"739a256a823e7b6c79837673c124a655fe49a3e8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/dmitry/cypress-report-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry%2Fcypress-report-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry%2Fcypress-report-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry%2Fcypress-report-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry%2Fcypress-report-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitry","download_url":"https://codeload.github.com/dmitry/cypress-report-action/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitry%2Fcypress-report-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261930768,"owners_count":23231949,"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":[],"created_at":"2024-10-26T20:29:51.867Z","updated_at":"2025-06-25T18:31:57.838Z","avatar_url":"https://github.com/dmitry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Features\n\nOn each pull request commit push you will get the following comment with a report:\n\n![Report](docs/report.png)\n\n- Creates comment with short report on cypress gets failures.\n- Removes comment when no failures reported.\n- Replaces comment everytime build is completed.\n\n## Usage\n\nAssumes you have added `mochawesome` reporter to `cypress.json` which generates JSON reporter file:\n\n```json\n  \"reporter\": \"cypress-multi-reporters\",\n  \"reporterOptions\": {\n    \"reporterEnabled\": \"mochawesome\",\n    \"mochawesomeReporterOptions\": {\n      \"reportDir\": \"test/cypress/reports/mocha\",\n      \"quiet\": true,\n      \"overwrite\": false,\n      \"html\": false,\n      \"json\": true\n    }\n  }\n```\n\nYou can now consume the action by referencing the v1 branch:\n\n```yaml\n- name: Prepare reports\n  if: always()\n  run: |\n    cd frontend\n    npm i -g mochawesome-merge\n    npm i -g mochawesome-report-generator\n    mochawesome-merge test/cypress/reports/mocha/*.json \u003e ./test/cypress/reports/mocha/index.json\n    marge --charts=true --showPassed=false -o ./test/cypress/reports/mocha/ ./test/cypress/reports/mocha/index.json\n- name: Cypress report\n  uses: dmitry/cypress-report-action@v1\n  with:\n    token: ${{ secrets.GITHUB_TOKEN }}\n    pathname: frontend/test/cypress/reports/mocha/index.json\n  if: always()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitry%2Fcypress-report-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitry%2Fcypress-report-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitry%2Fcypress-report-action/lists"}