文件名称:pytest_ui_web_autotest:pytest-ui-web自动化框架
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-02 12:24:56
Python
pytest_ui_web_autotest pytest-ui-web自动化框架 ###安装相关依赖 pip freeze > requirements.txt //将环境的当前包列表记录到 requirements.txt pip install -r requirements.txt //根据rf.txt安装项目依赖包 ###元素定位详解 ###运行执行 ###pytest相关 @pytest.fixture(scope='module')来定义框架,scope的参数有以下几种 function 每一个用例都执行 class 每个类执行 module 每个模块执行(函数形式的用例) session 每个session只运行一次,在自动化测试时,登录步骤可以使用该session ###其他 Google driver 下载地址: mac系统chromedriver应该放的位置!/u
【文件预览】:
pytest_ui_web_autotest-main
----conftest.py(6KB)
----run.py(2KB)
----page()
--------boss_page.py(12KB)
--------__init__.py(0B)
--------baidu_page.py(236B)
--------base.py(1KB)
--------oa_page.py(1KB)
----test_dir()
--------test_001_boss_login.py(3KB)
--------test_001_a_oa.py(2KB)
--------test_002_create_merchant.py(3KB)
--------test_003_create_store.py(3KB)
--------test_099_baidu_search.py(918B)
----requirements.txt(407B)
----.gitignore(57B)
----README.md(777B)
----util()
--------public_util.py(14KB)
--------__init__.py(0B)