TestResultsStatus enum
Platform: Selenium 3Language: Python SDK:
This enum defines literals that define the possible test results for a single test.
It is returned by the status property.
The possible values are:
- Passed
- All steps in the test matched or are new.
- Unresolved
- At least one step in the test needs resolution.
- Failed
- At least one step in the test failed.