cypress-chrome-recorder icon indicating copy to clipboard operation
cypress-chrome-recorder copied to clipboard

Export Cypress Tests from Google Chrome DevTools' Recorder

Results 12 cypress-chrome-recorder issues
Sort by recently updated
recently updated
newest added

I can not see the cypress recorder after installing the extension, closing all chrome instances and rebooting windows 11 ![image](https://github.com/cypress-io/cypress-chrome-recorder/assets/4984308/712249fe-13aa-4ce0-8cfc-e4aa3d25c19f)

Hello, I encountered a problem while using the npx @ cypress/chrome recorder command to convert the exported JSON file recorded by the Google Recorder tool into a cypress use case....

Currently Wait For Element Steps from Chromes .json are not generated in the cypress test file. This PR adds the basic functionality by generating .should('be.visible') including a timeout for the...

enhancement

When clicking on and choosing a option within a select, the code generated on cypress export creates cy.get('element').type('value of option') I believe when the element is of type select/option and...

bug

**environment:** Windows system **step:** when execute ``` npx @cypress/chrome-recorder D:\workspace\UIAutoTest\cypress811\cypressuinew\cypress\e2e\recording\record.json -o=D:\workspace\UIAutoTest\cypress811\cypressuinew\cypress\e2e\recording ``` **error detail:** ``` Running Cypress Chrome Recorder on D:\workspace\UIAutoTest\cypress811\cypressuinew\cypress\e2e\recording\record.json There was an issue writing the output to D:\workspace\UIAutoTest\cypress811\cypressuinew\cypress\e2e\recording....

Cypress Chrome Recorder doesn't work with simple selectboxes. Instead of using the `select` method, it uses the `type` method. ![image](https://github.com/cypress-io/cypress-chrome-recorder/assets/642292/d56660f3-45a9-437b-a21a-fafd719afe05) I have made just a very simple testpage, with an...

Trying to use on JSON file that was exported from Chrome Recorder. ``` Error: Step.key is not a string at parseString (file:///Users/username/.npm/_npx/46e9de2b1105cb4c/node_modules/@puppeteer/replay/lib/main.js:182:11) at parseKeyDownStep (file:///Users/username/.npm/_npx/46e9de2b1105cb4c/node_modules/@puppeteer/replay/lib/main.js:326:14) at parseStep (file:///Users/username/.npm/_npx/46e9de2b1105cb4c/node_modules/@puppeteer/replay/lib/main.js:457:20) at parseSteps...

Chrome 110 launches a new "Show code and highlight" feature. **How to test** You can test this feature with the latest Chrome Canary 1. Open a recording in the Recorder,...

Currently the repo doesn't handle publishing. We need to generate and add this `manifest.json` file as part of the `yarn build` step: ``` { "manifest_version": 3, "version": "1.1.0", "name": "Cypress...

DevTools Recorder support text and XPath selector from Chrome 108 onwards. I am wondering if there are similar selector in Cypress? Here is the example step's json. ```json { "type":...