roborazzi icon indicating copy to clipboard operation
roborazzi copied to clipboard

Tests failing with `FileNotFoundException`

Open saurabharora90 opened this issue 9 months ago • 10 comments

We've been using Roborazzi for a while. Recently we've started to see flakiness appear in our screenshot tests on Github CI.

Execution failed for task ':features:myModule::finalizeTestRoborazziDebug'.
> java.io.FileNotFoundException: /home/runner/work/myapp/features/mymodule/build/test-results/roborazzi/results/1760836821606_com.myapp.DetailUiScreenshotTest.empty state.json (No such file or directory)

We need to retry a bunch of times before it goes through. We've updated to the latest 1.16.1 version and continue to face this issue.

We have build cache setup on CI and even tried clearing the build cache but didn't have any luck with this.

saurabharora90 avatar May 22 '24 20:05 saurabharora90