Tag

test selection

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 11, 2025 · Backend Development

Using Pytest Markers to Categorize and Run Test Cases

This article explains how to define, register, and use Pytest markers to classify test cases such as smoke, regression, and integration tests, demonstrates command‑line options for selective execution, and shows dynamic marker assignment with practical code examples.

Automation Testingpytesttest markers
0 likes · 5 min read
Using Pytest Markers to Categorize and Run Test Cases