Introduction
Markers help organize tests by grouping them. They also let you choose which tests to run or skip easily.
You want to run only fast tests during development.
You need to skip tests that require a database when it is not available.
You want to group tests by feature or priority.
You want to run tests only on certain environments like Windows or Linux.