bahmutov / cypress-each

A demo of mocha-each and custom describe.each and it.each implementation for Cypress
21 stars 6 forks source link

Pass the item's index into the callback function #125

Closed bahmutov closed 8 months ago

bahmutov commented 8 months ago
it.each(items)('testing item %K', (item, k) => {
// k is 0, 1, 2
})
github-actions[bot] commented 8 months ago

:tada: This issue has been resolved in version 1.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: