bahmutov / cypress-if

Easy conditional if-else logic for your Cypress tests when there is no other way
https://cypress.tips/courses/cypress-plugins
99 stars 12 forks source link

Support should callback #28

Closed bahmutov closed 2 years ago

bahmutov commented 2 years ago
cy.wrap(42).if(n => n % 2 === 0).log('it is even')
github-actions[bot] commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: