GET screenshots/{target_screenshot_test_id}/{target_version_id}/comparison/{base_result_id}

crossbrowsertesting.com

Summary: Compare Full Screenshot Test
Operation ID:
Auth: unknown
Description

Get comparison results for all browsers in target screenshot test against a base screenshot result. The base result can be from the same test or from another test run at an earlier time. This is a one-to-many comparison.

Parameters (6)

base_result_id (integer, path, required)

result id of the base Screenshot Test

callback (string, query, optional)

Name of callback method for JSONP requests.

format (string, query, optional, default: json)

The format of the returned data. Possible values are "json" or "jsonp".

target_screenshot_test_id (integer, path, required)

test id of the target Screenshot Test

target_version_id (integer, path, required)

version id of the target Screenshot Test

tolerance (number, query, optional, default: 30)

Used as the basis for detecting box model differences in element positioning and dimensions that should be flagged and reported back to the comparison results. The default is 30px which is a good basis for finding notable layout differences.

No probe data for this endpoint yet.