The information in this topic may be out of date. The current SDK reference guide has moved here.
ApiUrlsPlain class
Platform: PuppeteerLanguage: JavaScript SDK:
An object of this type is contained in the StepInfo object,
which is in itself an object in the TestResults object returned by the
Eyes.close method.The methods
in this type are used to retrieve a URI that can be used with the REST API
to obtain information about a particular step.
Properties
- baselineImageType:string
- The value of this property is a URI that can be used with the REST API to obtain the baseline image of this step.
- checkpointImageType:string
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint image of this step.
- checkpointImageThumbnailType:string
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint thumbnail image of this step.
- diffImageType:string
- The value of this property is a URI that can be used with the REST API to obtain the checkpoint image of this step, overlayed with pink areas where there are differences.