Introduction
Sometimes you want to run only some tests or skip others to save time or focus on a problem. Cypress lets you do this easily.
You want to skip a test that is broken temporarily.
You want to run only one test to debug it quickly.
You want to skip a group of tests that are not relevant now.
You want to focus on a specific test case during development.
You want to avoid running slow tests while working on fast feedback.