Introduction
Markers help you group and label tests so you can run or skip certain tests easily.
You want to run only fast tests before a quick check.
You want to skip tests that need a database when it's not available.
You want to run tests related to login separately from others.
You want to mark tests that are still under development.
You want to organize tests by feature or priority.