Cypress - Writing Tests
Which of the following shows the correct way to define a test name in Cypress?
it() to define individual test cases.describe() groups tests; test() and check() are not Cypress functions.it() for test cases [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions