Alan Whitten
Results
1
issues of
Alan Whitten
Hi, Would it be possible to use this alongside @cypress/grep. Currently it throws an error: ``` describe.each(testRun)("new sale", { tags: "@smoke" }, (testCase) => { const tc = require(`../../fixtures/salesforce/${testCase}.json`); it.each(tc.newSale)(...