Cypress - Writing Tests
Which of the following is the correct syntax to skip a test in Cypress?
it.skip is the correct way to mark a test as skipped.it.skip('test name', () => { ... }). Other options misuse method chaining or parameters.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions