nutritious-honey-65632
02/13/2023, 9:20 AMsomeArray.forEach(item => {
it('test', () => {
if (item === 'foo') {
cy.request('foobar').then(() => {
if (bar) {
// skip the rest of the test
}
})
}
}
}nutritious-honey-65632
02/13/2023, 9:29 AM