Cypress - Basics and Setup
Which of the following is the correct way to start a Cypress test block?
it() to define individual test cases inside describe() blocks.it() is the function to start a test case. describe() groups tests, but does not start a test itself.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions