Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down