paparazzi
paparazzi copied to clipboard
[FEATURE] Improve DX: report on failure
Description
I'm unsure if I'm doing something wrong, or it's not happening, but the build/reports/paparazzi
folder is empty on failure. This means that to see the problem I have to open up the JUnit test report, then select the very long path to the delta file, then open that file. This gets a very hairy process when working with CI where the artifacts may be in a different location, so add "download", "extract", "change path" to the list of steps. Note: running locally to reproduce is just as tedious, because build might take long.
Steps to Reproduce
-
recordPaparazziDebug
- break something that affects UI
-
verifyPaparazziDebug
Expected behavior Some better way to see failures.
Additional information:
- Paparazzi Version: 1.0
- OS: Windows 10
- Compile SDK: 31
- Gradle Version: 7.4.2
- Android Gradle Plugin Version: 7.2.1