You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove redundant custom file saves from screenshot tests (#28)
* Add reusable test infrastructure base classes
Adds base classes that apps can extend for screenshot testing:
- BaseScreenshotTestRunner: Configures screenshot directory
- BaseStoryManifestTest: Generates story manifest for discovery
- BaseStoryScreenshotTest: Auto-discovers and screenshots all stories
Apps only need to extend these classes and provide their Activity class.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Remove redundant custom file saves from screenshot tests
The screenshot-tests-for-android library already handles saving
screenshots properly. The custom file saves to /sdcard/Download/
were redundant and problematic on Android 13+ due to scoped storage.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Remove BaseStoryManifestTest and BaseStoryScreenshotTest
These base test classes are not currently used by TestApp tests
and can be added in a separate PR when needed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments