cypress-chrome-recorder
cypress-chrome-recorder copied to clipboard
Export Cypress Tests from Google Chrome DevTools' Recorder
I can not see the cypress recorder after installing the extension, closing all chrome instances and rebooting windows 11 
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...
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...
**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.  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":...