tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Make `snapshotName` a parameter of `resetApp` instead of a `targetOption`? #20

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

I don't think I like the current design. Why would we restrict a platform API to the same snapshot? That feels like more of a hot-glue feature. appstraction should be unopinionated.