I used customized pytest markers like below,
@pytest.mark.test_id("AB-1234") def test_test1(): pass @pytest.mark.test_id("AB-1234") d