measure-sh / measure

Measure is an open source tool to monitor mobile apps
https://measure.sh
Apache License 2.0
242 stars 7 forks source link

write automated tests for screenshot collector #673

Open abhaysood opened 3 months ago

abhaysood commented 3 months ago

Screenshots are not a public API as of now and are only triggered with exceptions. The output of the screenshot also needs to be stored and compared to a golden file which does not have any straight forward way as of now.

abhaysood commented 3 months ago

This is partially solved in #672 by testing ScreenshotMask class.