Cypress - Writing Tests
Which of the following is the correct way to define a
describe block in Cypress?describe block in Cypress?describe function takes two arguments: a string for the suite name and a callback function containing the tests.describe('Test Suite', () => { /* tests */ }). Options B, C, and D use invalid syntax for defining a describe block.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions