# app0123 **Repository Path**: imzack/app0123 ## Basic Information - **Project Name**: app0123 - **Description**: app自动化框架 po 设计模式 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2021-01-23 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 - pom 页面模型文件 - screenshots 项目截图 - testcases 测试用例 - conftest.py 项目配置文件 # 依赖库 将依赖库保存到 requriements.txt 文件 ```buildoutcfg pip freeze > requriements.txt ``` 安装依赖库 ```buildoutcfg pip install -r requriements.txt ``` 自动安装requriements.txt文件中定义的所有库 # 运行 ```buildoutcfg pytest testcases -v --html=report.html --self-contained-html ```