mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
doc: report bug with device ID
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -17,6 +17,16 @@ Please complete the following information:
|
||||
- OS: [e.g. macos, Linux, Windows]
|
||||
- Python [e.g. 3.6]
|
||||
- HttpRunner [e.g. 2.1.2]
|
||||
- **Device ID**: [e.g. 190070690681122]
|
||||
|
||||
How to get device ID?
|
||||
|
||||
In Python interactive shell, execute the following command:
|
||||
|
||||
```bash
|
||||
>>> import uuid; print(uuid.getnode())
|
||||
190070690681122
|
||||
```
|
||||
|
||||
## Traceback
|
||||
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report_zh.md
vendored
@@ -17,6 +17,16 @@ assignees: debugtalk
|
||||
- 操作系统类型: [e.g. macos, Linux, Windows]
|
||||
- Python 版本 [e.g. 3.6]
|
||||
- HttpRunner 版本 [e.g. 2.1.2]
|
||||
- **设备 ID**: [e.g. 190070690681122]
|
||||
|
||||
获取方式:
|
||||
|
||||
在 Python 交互式 shell 中输入如下命令进行获取:
|
||||
|
||||
```bash
|
||||
>>> import uuid; print(uuid.getnode())
|
||||
190070690681122
|
||||
```
|
||||
|
||||
## 项目文件内容(非必须)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user