I have a website I need to do testing for it, when I was using Selenium, I had excel file that contains all the login possibilities (username, password, expected result), and then read the data.
Now I want to do the same thing with Cypress but I didn't find anything that let me do the same thing exactly as Selenium.
What is the best way to do dynamic tests with Cypress? Should I put the data straight forward in JSON files or use excel?