{"id":19277518,"url":"https://github.com/deploysentinel/cypress-recorder","last_synced_at":"2025-04-21T23:32:27.312Z","repository":{"id":49749807,"uuid":"517233954","full_name":"DeploySentinel/cypress-recorder","owner":"DeploySentinel","description":"A Cypress plugin that generates test scripts from your interactions, a replacement Cypress Studio for Cypress v10 🖱 ⌨","archived":false,"fork":false,"pushed_at":"2022-07-26T04:44:02.000Z","size":1248,"stargazers_count":23,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-09T08:34:05.621Z","etag":null,"topics":["chrome","cypress","cypress-plugin","e2e","firefox","javascript","no-code","test-automation","testing-tools"],"latest_commit_sha":null,"homepage":"https://www.deploysentinel.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeploySentinel.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":"2022-07-24T05:19:30.000Z","updated_at":"2024-06-21T12:02:23.000Z","dependencies_parsed_at":"2022-08-12T20:21:45.196Z","dependency_job_id":null,"html_url":"https://github.com/DeploySentinel/cypress-recorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeploySentinel%2Fcypress-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeploySentinel%2Fcypress-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeploySentinel%2Fcypress-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeploySentinel%2Fcypress-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeploySentinel","download_url":"https://codeload.github.com/DeploySentinel/cypress-recorder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881912,"owners_count":17219269,"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":["chrome","cypress","cypress-plugin","e2e","firefox","javascript","no-code","test-automation","testing-tools"],"created_at":"2024-11-09T21:06:01.440Z","updated_at":"2024-11-09T21:06:02.033Z","avatar_url":"https://github.com/DeploySentinel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeploySentinel Cypress Recorder Plugin\n\nCreate Cypress tests scripts within the Cypress test browser by simply\ninteracting with your application, similar to the previous\n[Cypress Studio](https://docs.cypress.io/guides/references/cypress-studio)\nfunctionality previously available in Cypress v9. This plugin will allow you to\ntranslate clicks, inputs, and other events into a Cypress script.\n\n![demo recording test script in Cypress](./assets/demo.gif)\n\nBuilt on top of the\n[DeploySentinel Recorder Browser Extension](https://www.deploysentinel.com/recorder).\n\n**Plugin only works for Cypress v10, not with v9 and below, currently compatible\nwith Chrome and Firefox**\n\n## Get Started\n\n### Install the plugin\n\n```\nnpm install -D @deploysentinel/cypress-recorder\n```\n\nOR\n\n```\nyarn add --dev @deploysentinel/cypress-recorder\n```\n\n### Add Plugin to Cypress Config\n\nAdd the plugin to your `cypress.config.js` file:\n\n```js\nconst { defineConfig } = require(\"cypress\");\n\nmodule.exports = defineConfig({\n  e2e: {\n    setupNodeEvents(on, config) {\n      // Add plugin import here 👇\n      require(\"@deploysentinel/cypress-recorder\")(on, config);\n    },\n  },\n});\n```\n\n### Use the Recorder\n\nRun Cypress in `open` mode, select a spec to run, and then click \"Record\" button\non the top left of the test application panel to start recording.\n\n\u003cimg src=\"./assets/record-btn.png\" width=\"500\"\u003e\n\nRead more on how to add text assertions, hover events and screenshots in the\n[DeploySentinel Recorder extension docs](https://www.deploysentinel.com/docs/recorder).\n\n---\n\n## Made with ❤️ by [DeploySentinel](https://deploysentinel.com)\n\nUse DeploySentinel to save hours of failed Cypress test debugging by using DOM,\nnetwork, and console events captured from your CI.\n[Learn more.](https://deploysentinel.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeploysentinel%2Fcypress-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeploysentinel%2Fcypress-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeploysentinel%2Fcypress-recorder/lists"}