Javascript – How to get array from fixture file then compare it another array in cypress
I'm a bit new with cypress so I'm having a trouble with this one. I have this TestData.json file in fixtures: { "data1": { "Client": "Client1", "ClientID": "202300001", "PlanTypes": ["type1", "type2"] }, "data2": { "Client": "Client2", "ClientID": "202300001", "PlanTypes": ["type3",…