PyTest - Test Organization
You have tests marked with @pytest.mark.feature('payment') and @pytest.mark.priority('high'). Which command will run only tests related to the 'payment' feature with high priority?
-m "feature_payment and priority_high".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions