Cypress Scenario Recorder
A Chrome extension for recording browser interaction and generating Cypress scripts
Based on Puppeteer recorder
Source code:
https://github.com/oscartavarez/cypress-recorder
Latest reviews
works for web octopusindonesia.com
works for web octopusindonesia.com
Of course, it cannot replace a self-written test, but it is useful from time to time to identify DOM elements more easily.
Of course, it cannot replace a self-written test, but it is useful from time to time to identify DOM elements more easily.
I tried a few of these extensions out, this one was the easiest to use be far. I wish there was a typescript implementation though.
I tried a few of these extensions out, this one was the easiest to use be far. I wish there was a typescript implementation though.
very useful
very useful
I am new to cypress and e2e-Tests and had problems to test some third party Components in Angular... With this Tool I wrote the tests without any problems and raised my knowledge of the Component!
I am new to cypress and e2e-Tests and had problems to test some third party Components in Angular... With this Tool I wrote the tests without any problems and raised my knowledge of the Component!
I'm new to using cypress or any test automation software but i found this very easy and helpful to use. The only problem i have is that the items that are clicked on a webpage for example aren't specific to the contents of the item. For example, i click a 'confirm' button on a page and the code extracts that as the nth-child(12) on the list of buttons; it would be preferable if this item was extracted in cypress code as ('.aui-button', 'confirm') or something along those lines.
Really nice Oscar, thanks.
Really nice Oscar, thanks.
very helpful extension
very helpful extension
Pretty good, but it does not handle clicks inside elements with a data-attribure correctly (see https://github.com/oscartavarez/cypress-recorder/issues/1)
works really well. I would love typescript support though
works really well. I would love typescript support though
Good
Good