paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

[FEATURE] Improve DX: report on failure

Open TWiStErRob opened this issue 2 years ago • 0 comments

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

  1. recordPaparazziDebug
  2. break something that affects UI
  3. 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

TWiStErRob avatar Jun 04 '22 17:06 TWiStErRob