cytorus icon indicating copy to clipboard operation
cytorus copied to clipboard

Mimic Cypress "Test-specific-Configuration" using Gherkin

Open amitguptagwl opened this issue 3 years ago • 0 comments

Discussed in https://github.com/NaturalIntelligence/cytorus/discussions/7

Originally posted by amitguptagwl March 8, 2022

it('Show warning outside Chrome', { browser: '!chrome' }, () => {
  cy.get('.browser-warning').should(
    'contain',
    'For optimal viewing, use Chrome browser'
  )
})

Ref: https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/issues/651

amitguptagwl avatar Mar 08 '22 08:03 amitguptagwl