update 20220613

This commit is contained in:
zhulixin 2022-06-13 10:41:43 +08:00
parent 0995200300
commit c5df4773b6
3 changed files with 21 additions and 1 deletions

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/python-appium.iml" filepath="$PROJECT_DIR$/.idea/python-appium.iml" />
</modules>
</component>
</project>

12
.idea/python-appium.iml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="projectConfiguration" value="py.test" />
<option name="PROJECT_TEST_RUNNER" value="py.test" />
</component>
</module>

View File

@ -64,7 +64,7 @@ class ApkInfo():
if __name__ == '__main__':
pass
apkPath = '../app/VivaVideo_7.3.1.apk'
apkPath = '../app/XiaoYing_V8.1.5.apk'
litePath = '/Users/zhulixin/Downloads/XiaoYing_lite.apk'
info = ApkInfo(apkPath)