httprunner4.x学习2 - 快速创建项目

执行  hrp startproject demo  命令,即可初始化指定名称的项目工程。

hrp startproject auto

快速创建项目

demo
├── .env         是环境配置文件
├── .gitignore   传git仓库时忽略文件
├── debugtalk.py 辅助函数功能文件
├── har          辅助函数功能文件
│   └── .keep
├── reports      报告目录
│   └── .keep
└── testcases    测试用例目录
    ├── demo_ref_testcase.yml 
    ├── demo_requests.yml
    └── demo_with_funplugin.json

  

posted @ 2023-05-05 13:57  Jenny测试开发  阅读(134)  评论(0编辑  收藏  举报