Hi, I'm running the `AnimatingCircleTests` from th...
# compose
f
Hi, I'm running the
AnimatingCircleTests
from the
Rally
sample app, and after creating an emulator with 420 dpi I can't seem to troubleshoot the reason the tests are failing. According to the logs I tried creating there should be temporary files created at
/data/data/com.example.compose.rally/files
but that folder seems to never get created, so the question is • how should I compare the golden image to the actual screenshot generated during the test?
this seems to be an issue with command line tests, they are deleting the app and folder when the tests are finished