Skip to main content

clusters

Overview

Nameclusters
TypeResource
Idfirebase.toolresults.clusters

Fields

NameDatatypeDescription
activitystringA string that describes the activity of every screen in the cluster.
clusterIdstringA unique identifier for the cluster. @OutputOnly
keyScreenobject
screensarrayFull list of screens.

Methods

NameAccessible byRequired ParamsDescription
projects_histories_executions_clusters_getSELECTclusterId, executionId, historyId, projectIdRetrieves a single screenshot cluster by its ID
projects_histories_executions_clusters_listSELECTexecutionId, historyId, projectIdLists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots. Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores.