文件名称:shishito:用于Selenium WebDriver测试执行的Python模块
文件大小:122KB
文件格式:ZIP
更新时间:2024-04-26 15:50:50
Python
士人 Shishito是使用Selenium Webdriver&Python进行Web和移动应用程序功能测试的模块。 它使用包含的库运行测试,并生成不错的测试结果输出。 文档-http: (托管在“阅读文档”上) 特征 通过PyTest运行python Selenium Webdriver测试 易于配置的本地和远程(BrowserStack,Appium等)测试执行 包含有用的测试库 生成HTML测试结果报告(带有失败测试的屏幕截图) 设计用作模块(如果需要,可以由多个项目使用) 前提条件 从Requirements.txt安装Python moodules pip install -r requirements.txt 需要设置Webdriver驱动程序(ChromeDriver,InternetExplorerDriver等) 快速开始 克隆Shishito存储库。 git
【文件预览】:
shishito-master
----setup.py(2KB)
----.gitignore(173B)
----requirements.txt(165B)
----Makefile(632B)
----get_testrail_projects(5KB)
----shi(1KB)
----LICENSE(1KB)
----doc()
--------shishito.rst(446B)
--------shishito.runtime.rst(460B)
--------shishito.runtime.platform.generic.rst(692B)
--------shishito.ui.rst(473B)
--------Makefile(7KB)
--------index.rst(5KB)
--------conf.py(9KB)
--------generate_doc.sh(48B)
--------modules.rst(61B)
--------make.bat(7KB)
--------shishito.reporting.rst(521B)
--------shishito.services.rst(1KB)
--------README.md(837B)
--------shishito.runtime.platform.rst(799B)
--------shishito.runtime.platform.web.rst(656B)
--------shishito.runtime.environment.rst(1KB)
--------shishito.conf.rst(315B)
--------shishito.runtime.platform.mobile.rst(683B)
----scripts()
--------deploy-to-qa-server.sh(206B)
----README.md(9KB)
----circle.yml(2KB)
----project_tmpl()
--------tests()
--------config()
----shi.py(102B)
----HISTORY.md(2KB)
----shishito()
--------shishito_runner.py(5KB)
--------__init__.py(0B)
--------services()
--------ui()
--------runtime()
--------cli.py(436B)
--------reporting()
--------conf()
----MANIFEST(104B)
----pytest_imports()
--------__init__.py(60B)