{"id":16175919,"url":"https://github.com/elaichenkov/cypress-diff","last_synced_at":"2025-04-30T05:21:14.405Z","repository":{"id":211942090,"uuid":"726409942","full_name":"elaichenkov/cypress-diff","owner":"elaichenkov","description":"cypress-diff makes your life easier to find out why your tests are failing","archived":false,"fork":false,"pushed_at":"2025-04-14T15:07:12.000Z","size":937,"stargazers_count":26,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T17:05:13.853Z","etag":null,"topics":["cypress","cypress-io","e2e","reporter","testing","tools"],"latest_commit_sha":null,"homepage":"","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/elaichenkov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-02T10:09:28.000Z","updated_at":"2025-01-18T21:55:25.000Z","dependencies_parsed_at":"2023-12-11T18:45:20.388Z","dependency_job_id":"b7c8c4a5-75a6-4b04-909e-6433d0152f7b","html_url":"https://github.com/elaichenkov/cypress-diff","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":0.3157894736842105,"last_synced_commit":"decd5f1ce81fe5738b8ed7f81ec6c20470a8570a"},"previous_names":["elaichenkov/cypress-diff"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elaichenkov%2Fcypress-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elaichenkov%2Fcypress-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elaichenkov%2Fcypress-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elaichenkov%2Fcypress-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elaichenkov","download_url":"https://codeload.github.com/elaichenkov/cypress-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251645921,"owners_count":21620840,"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":["cypress","cypress-io","e2e","reporter","testing","tools"],"created_at":"2024-10-10T04:46:48.191Z","updated_at":"2025-04-30T05:21:14.380Z","avatar_url":"https://github.com/elaichenkov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cypress-diff\n\n[![npm](https://img.shields.io/npm/dt/cypress-diff)](https://www.npmjs.com/package/cypress-diff)\n\n![cypress-diff](assets/cypress-diff.png)\n\n\u003e Keep in mind that it's still in beta. Please, report any issues you find. Moreover, this library is designed to work with texts and objects.\n\n## Installation\n\n```bash\nnpm i -D cypress-diff\n```\n\n## Usage\n\nAdd the following line to your `cypress/support/e2e.js` file:\n\n### JavaScript\n\n```js\n// cypress/support/e2e.js\nrequire('cypress-diff');\n```\n\n### TypeScript\n\n```ts\n// cypress/support/e2e.ts\nimport 'cypress-diff';\n```\n\n## Configuration (optional)\n\nIn case you are using a `Cypress.on('fail')` handler in your tests already then you can configure the plugin like this:\n\n```js\n// cypress/support/e2e.js\nconst { onFailHandler } = require('cypress-diff');\n\nCypress.on('fail', (error, runnable) =\u003e {\n  // ...\n  onFailHandler(error, runnable);\n  // ...\n});\n```\n\n## License\n\n[MIT](LICENSE)\n\n### Author\n\nYevhen Laichenkov \u003celaichenkov@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felaichenkov%2Fcypress-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felaichenkov%2Fcypress-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felaichenkov%2Fcypress-diff/lists"}