Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 323 Bytes

Readme.md

File metadata and controls

13 lines (11 loc) · 323 Bytes

Selenium 自动化测试程序(Python版) 运行环境:

  • selenium web driver
  • python3
  • pytest
  • git

配置文件:iselenium.ini

  • 将配置文件复制到本地磁盘的[user.home]目录
  • 填入设备的chromwebdriver文件的全路径

运行命令: pytest -sv test/web_ut.py --alluredir ./allure-results