Files
httprunner/.github/ISSUE_TEMPLATE/bug_report.md
2020-01-03 11:41:24 +08:00

911 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Create a report to help us improve Pending debugtalk

Describe the bug

A clear and concise description of what the bug is.

Versions

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:

>>> import uuid; print(uuid.getnode())
190070690681122

Traceback

Traceback when bug occurs.

Project structure

File structure of your project. A good way is to run tree -a command.

Project files (If possible)

Provide your project files to help locate and debug bugs faster. This is not mandatory.

NOTICE: Before uploading your project files, don't forget to remove sensitive data, e.g. IP, username and password, key info etc.