Introduction
Markers help you label tests so you can run or skip groups easily.
You want to run only slow tests separately from fast ones.
You want to skip tests that need a database when it's not available.
You want to mark tests that check a new feature under development.
You want to group tests by priority or type for better organization.