Javascript – Solution for parameterized testing in Cypress
I'm trying to merge bunch of tests that have same actions and checks using parametrized testing, but keep getting errors. I'm new to Cypress and JS in general, coming from .net background. Any help would be appreciated. My fixture looks…