You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test class in which I have test methods ranging from @pytest.mark.run(order=1) .......to @pytest.mark.run(order=10). The 10th one always runs before the other tests. Please help!!