I am trying to read the test cases from excel and then pass it to cypress to execute it.
What I want is that my excel will be consist of all sites
abc.com, example.com ,xyz.com
like 50 to 100 such a sites
and then pass it to cypress and cypress will execute each site for 100 sites.
I tried to this by reading cypress plugins but not so sure on how I can do this. Any guidance will be very helpful
My goal is to run test cases like the site is loading for more than 100 sites
Any suggestions?