0
0
Cypresstesting

Skipping and focusing tests (.skip, .only) in Cypress - Test Execution Trace

Choose your learning style9 modes available
Execution Trace Quiz - 3 Questions
Test your understanding
Which test runs when using .only in Cypress?
AOnly the test marked with .only runs
BAll tests run except those marked with .skip
CAll tests run regardless of .only or .skip
DOnly tests without .skip or .only run