美文网首页
Screenshot Test

Screenshot Test

作者: Android_Dev | 来源:发表于2021-07-25 16:49 被阅读0次

What's screenshot test

Screen-Tests

How to Integrate

http://facebook.github.io/screenshot-tests-for-android/

Env Setup

1.Python 2.7, mac default version
2.python install pip
2.1 download get-pip.py """curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py """
2.2 install pip " python get-pip.py --user"
3.install pillow , 'pip install Pillow --user'

image.png

After that you can run command:
$ ./gradlew recordDebugAndroidTestScreenshotTest to installs and runs screenshot tests, then records their output for later verification

screenshots {
  recordDir = "../screenshotTest" // default path module/screenshots
  multipleDevices false
}

Here is all tasks for screenshot test


image.png

`

相关文章

网友评论

      本文标题:Screenshot Test

      本文链接:https://www.haomeiwen.com/subject/nmhimltx.html