cypress-skip-test icon indicating copy to clipboard operation
cypress-skip-test copied to clipboard

Can we skip tests or run tests depending on the Cypress version?

Open bahmutov opened this issue 4 years ago • 0 comments

Some syntax like

onlyOnCypress.gt('6.2.0', () => {
  it('works for Cypress v > 6.2.0', () => {
    ...
  })
})

bahmutov avatar Dec 31 '20 14:12 bahmutov