Skip to content

Commit

Permalink
docs: update bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
httprunner committed Apr 19, 2019
1 parent db899ca commit f259551
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@ about: 提交 bug 反馈

- 操作系统类型: [e.g. macos, Linux, Windows]
- Python 版本 [e.g. 3.6]
- HttpRunner 版本 [e.g. 1.5.11]

## 堆栈信息

请提供出现 bug 时的详细堆栈内容。

## 项目文件结构

请提供测试用例的文件组织结构。比较好的方式是在项目根目录中执行`tree -a`命令。
- HttpRunner 版本 [e.g. 2.1.2]

## 项目文件内容(非必须)

如果可能,提供项目测试用例文件原始内容可加快 bug 定位和修复速度。

提示:请注意在去除项目敏感信息(IP、账号密码、密钥等)后再进行上传。

## 运行命令 && 堆栈信息

请提供在命令行中运行测试时所在的目录和命令,以及报错时的详细堆栈内容。

```bash
$ pwd
/Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/tests
$ hrun testcases/setup.yml
INFO Loading environment variables from /Users/debugtalk/MyProjects/HttpRunner-dev/HttpRunner/tests/.env
ERROR !!!!!!!!!! exception stage: load tests !!!!!!!!!!
ModuleNotFoundError: No module named 'tests.api_server'
```

0 comments on commit f259551

Please sign in to comment.