doc: report bug with device ID

This commit is contained in:
debugtalk
2020-01-03 11:41:24 +08:00
parent 83a31bc414
commit ec405b69e0
2 changed files with 20 additions and 0 deletions

View File

@@ -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

View File

@@ -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
```
## 项目文件内容(非必须)