Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

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

Open
bahmutov opened this issue Dec 31, 2020 · 0 comments
Open

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

bahmutov opened this issue Dec 31, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bahmutov
Copy link
Contributor

Some syntax like

onlyOnCypress.gt('6.2.0', () => {
  it('works for Cypress v > 6.2.0', () => {
    ...
  })
})
@bahmutov bahmutov added the enhancement New feature or request label Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant