LICENSE
README.md
setup.py
autotest_frame/__init__.py
autotest_frame/case.py
autotest_frame/cli.py
autotest_frame/scaffold.py
autotest_frame.egg-info/PKG-INFO
autotest_frame.egg-info/SOURCES.txt
autotest_frame.egg-info/dependency_links.txt
autotest_frame.egg-info/entry_points.txt
autotest_frame.egg-info/requires.txt
autotest_frame.egg-info/top_level.txt
autotest_frame/core/__init__.py
autotest_frame/core/android/__init__.py
autotest_frame/core/android/case.py
autotest_frame/core/android/driver.py
autotest_frame/core/android/element.py
autotest_frame/core/api/__init__.py
autotest_frame/core/api/case.py
autotest_frame/core/api/request.py
autotest_frame/core/h5/__init__.py
autotest_frame/core/h5/driver.py
autotest_frame/core/image/__init__.py
autotest_frame/core/image/element.py
autotest_frame/core/image/exceptions.py
autotest_frame/core/image/matching/__init__.py
autotest_frame/core/image/matching/keypoint/__init__.py
autotest_frame/core/image/matching/keypoint/base.py
autotest_frame/core/image/matching/keypoint/sift/__init__.py
autotest_frame/core/image/matching/keypoint/sift/sift.py
autotest_frame/core/image/matching/template/__init__.py
autotest_frame/core/image/matching/template/matchTemplate.py
autotest_frame/core/image/utils/__init__.py
autotest_frame/core/ios/__init__.py
autotest_frame/core/ios/case.py
autotest_frame/core/ios/driver.py
autotest_frame/core/ios/element.py
autotest_frame/core/pc/__init__.py
autotest_frame/core/pc/driver.py
autotest_frame/core/remote/__init__.py
autotest_frame/core/remote/remote.py
autotest_frame/core/web/__init__.py
autotest_frame/core/web/case.py
autotest_frame/core/web/driver.py
autotest_frame/core/web/element.py
autotest_frame/running/__init__.py
autotest_frame/running/conf.yml
autotest_frame/running/runner.py
autotest_frame/utils/__init__.py
autotest_frame/utils/allure_data.py
autotest_frame/utils/config.py
autotest_frame/utils/data.py
autotest_frame/utils/decorate.py
autotest_frame/utils/dingtalk.py
autotest_frame/utils/excel.py
autotest_frame/utils/exceptions.py
autotest_frame/utils/log.py
autotest_frame/utils/mail.py
autotest_frame/utils/mongo_util.py
autotest_frame/utils/mysql_util.py
autotest_frame/utils/webdriver_manager_extend.py