Skip to content

Add ignoreAreas into testRun payload #44

@pashidlos

Description

@pashidlos

New property is added ignoreAreas into request payload and could be processed by server side: Visual-Regression-Tracker/Visual-Regression-Tracker#132
Add ability to pass it as parameter into track method to ignore some parts of image

class IgnoreArea {
  x: number;
  y: number;
  width: number;
  readonly height: number;
}

1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions