pytest test command line option to run only unexecuted tests in the suite #8184
Unanswered
harshagv12
asked this question in
Q&A
Replies: 1 comment 3 replies
-
that mode of operation is not implemented at all |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are running sanity test which have 10 tests in the sanity suite. In pytest command option using -x to stop test execution any failure in the sanity suite. Now I want to execute remaining tests in the sanity suite.
Example: In sanity, 6 test is failed and existed from execution. Now I want to execute the remaining tests in sanity 7 to 10,
His there any option to execute in pytest
Beta Was this translation helpful? Give feedback.
All reactions