TestResultContainer class
Platform: WebdriverIO 5Language: JavaScript SDK:
An object of this type represents the result of running a test. It bundles together the test results and an exception status.
Require statement
const {TestResultContainer} = require('@applitools/eyes-sdk-core');
Methods
- getException()
- Returns an indication if the test failed with an exception.
- getTestResults()
- Returns an object with the test results for this test.