Visual-Regression-Tracker / sdk-python

Apache License 2.0
4 stars 4 forks source link

Add ignoreAreas into testRun payload #12

Closed pashidlos closed 4 years ago

pashidlos commented 4 years ago

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

class IgnoreArea {
  x: int;
  y: int;
  width: int;
  height: int;
}

1

pashidlos commented 4 years ago

@dcrowe would you like to take it?

dcrowe commented 4 years ago

can do.