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
When i run a record on a single test like so: ./gradlew recordDebugAndroidTestScreenshotTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.brickcitydesign.TitleGroupTest
It deletes all other screenshots, so when i run
./gradlew verifyDebugAndroidTestScreenshotTest
it fails because of missing screenshots. For workflow purposes it would be useful to be able to record a single test without loosing other screenshots, to verify all expected and non expected changes when updating a UI element intentionally
The text was updated successfully, but these errors were encountered:
When i run a record on a single test like so:
./gradlew recordDebugAndroidTestScreenshotTest -Pandroid.testInstrumentationRunnerArguments.class=com.example.brickcitydesign.TitleGroupTest
It deletes all other screenshots, so when i run
./gradlew verifyDebugAndroidTestScreenshotTest
it fails because of missing screenshots. For workflow purposes it would be useful to be able to record a single test without loosing other screenshots, to verify all expected and non expected changes when updating a UI element intentionally
The text was updated successfully, but these errors were encountered: