The information in this topic may be out of date. The current SDK reference guide has moved here.
TestResultsStatus enum
Platform: Selenium 3Language: JavaScript 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.