facebook / screenshot-tests-for-android

Generate fast deterministic screenshots during Android instrumentation tests
http://facebook.github.io/screenshot-tests-for-android
Apache License 2.0
1.74k stars 229 forks source link

verifyDebugAndroidTestScreenshotTest:RuntimeError #298

Closed Wang-miao-miao closed 2 years ago

Wang-miao-miao commented 2 years ago

when i run verifyDebugAndroidTestScreenshotTest,RuntimeError: (u'Unable to parse metadata file, this commonly happens if you did not call ScreenshotRunner.onDestroy() from your instrumentation', IOError(2, 'No such file or directory')). I am sure i have called ScreenshotRunner.onDestroy()

Wang-miao-miao commented 2 years ago

I have solved the error.when I did not define the referenceDir in build.gradle,The verifyDebugAndroidTestScreenshotTest task goes well