安装python 官网下载所需要的Python版本:https://www.python.org/downloads/windows/ 安装时可以选择添加环境变量,add path 在安装过程中会自动添加环境变量,不过这添加的是用户变量,建议添加到系统变量当中...
Python自动化代码
修改测试报告模板
""" A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use this is to invoke its main method...
Python搭建自动化框架
给框架分层,我一般把它分为以下几个层次,分层先建文件夹(包),然后再写逻辑层次感稍微好一点,也方便记忆。根据所需搭建自动化脚本框架,一般需要什么就配置什么,比如你需要写一个配置文件来存放路径或者打...