DEV Community

Cover image for Test recorder for Cypress.io
Etun
Etun

Posted on

Test recorder for Cypress.io

Dakka is a Chrome extension that records your browser interactions and generates end-to-end Cypress tests for you. (It also supports Playwright and Puppeteer).

For detailed installation guide please visit 👉 https://www.dakka.dev/

🔹 Out of the box Dakka locates best possible selectors for the UI elements, so you don't have to inspect the page and spend time locating elements yourself.

🔹 Dakka supports Assertion Blocks - you can drag and drop the Assertion Block before and after event block and add the assertion logic from Dakka panel.

After generating events you can export the test as a Cypress, Playwright or Puppeteer script.

dakka

For contribution 💻 visit https://github.com/roboportal/dakka

Top comments (0)