pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.18k stars 116 forks source link

[ISSUE-284] Don't override screenshots when running multiple devices #299

Closed nathan-lecoanet closed 2 years ago

nathan-lecoanet commented 2 years ago

:pushpin: References

:tophat: What is the goal?

When running screenshot tests on multiple devices, we want all the screenshots for all devices and not only the latest.

How is it being implemented?

Stop deleting the screenshot folder on each device, it is already deleted after the task is finished so it's not needed.

How can it be tested?