PyUIT:使用Python,Selenium和phantomjs的UI测试库

时间:2021-05-02 11:33:22
【文件属性】:
文件名称:PyUIT:使用Python,Selenium和phantomjs的UI测试库
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-02 11:33:22
Python UI 使用Python,Selenium和Phantomjs / FireFox驱动程序的UI测试框架。(Alpha) 要求: Selenium: pip install selenium Phantomjs: ://phantomjs.org/download.html (如果我们无法负担服务器上的GUI,请使用。 ) Firefox: : ((如果我们在服务器上可以负担GUI,请使用。 ) 用法: cat SampleRules/rules.json | python pyuit.py cat SampleRules/rules.json | python pyuit.py 其中rules.json是管理UITest的输入json文件(结帐SampleRules / rules.json)
【文件预览】:
PyUIT-master
----pyuit.py(850B)
----SampleRules()
--------README.md(615B)
--------rules.json(575B)
----Controllers()
--------__init__.py(36B)
--------run_ui_tests.py(2KB)
----BrowserTools()
--------firefox.py(1009B)
--------fill_form.py(2KB)
--------form.py(3KB)
--------__init__.py(112B)
--------phantomjs.py(1KB)
----README.md(534B)
----.gitignore(11B)
----Helpers()
--------page_helpers.py(891B)
--------__init__.py(37B)

网友评论