Closed nathan-lecoanet closed 2 years ago
When running screenshot tests on multiple devices, we want all the screenshots for all devices and not only the latest.
Stop deleting the screenshot folder on each device, it is already deleted after the task is finished so it's not needed.
./gradlew executeScreenshotTests
: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?
./gradlew executeScreenshotTests
in shot-consumer