TestResultContainerPlain class
Platform: ProtractorLanguage: JavaScript SDK:
An object of this type represents the result of running a test. It bundles together the test results and an exception status.
Properties
- exceptionType:EyesError
- Returns an indication if the test failed with an exception.
- testResultsType:TestResultsPlain
- Returns an object with the test results for this test.