From 32397978bd255ae63e0c22cde96d1b2fb836e378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mlynari=C4=8D?= Date: Thu, 2 Apr 2026 21:23:50 +0200 Subject: [PATCH] Update test report folder path in README The results folder has changed at some point and now README points to wrong directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1cbc2c..379b109 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Activity or View will be validated against the reference images stored in the re screenshots fail to match the reference images (within configurable thresholds), then an image will be written to the test report folder that shows the reference image, the actual image, and the diff of the two. By default, the test report folder is -`${project.buildDir}/outputs/androidTest-results/connected`. +`${project.buildDir}/test-results/dropshots`. The first time you create a screenshot test, however, there won't be any reference images, so you'll have to create them...