Can I record and play with Cypress similar to Katalon in Selenium?
Hi Noah,
Yes, you can use “experimentalStudio” feature to record commands in Cypress and create a test case. You simply need to add "experimentalStudio" :true
in the Cypress.json file and you’ll be able to record the steps in form of Cypress command.