Skip to content

iGitHubJ/autotest

Repository files navigation

###自动化测试框架

  • 说明: 编译环境:Python 2.7 操作系统:Windows/Linux 依赖包:httplib2,Django windos用户,请将install.bat文件移动到Python27的安装主目录,然后双击运行 linux用户,请运行install.sh脚本
  • 目录结构 |─server.bat启动服务器(Windows平台),默认端口8000 |─server.sh启动服务器(Linux),默认端口8000 |─sqlite3.db数据库文件 ├─install.bat安装依赖插件(Windows平台) ├─install.sh安装依赖插件(Linux) ├─autotest 主目录 ├─config 配置文件目录 ├─interapp 主目录 ├─templates 主目录 └─utils 主目录 启动服务器后,访问 http://localhost:8000/static/index.html 开启测试之旅! 下载最新源码:https://github.com/iGitHubJ/autotest