2017-11-08 19:15:54 +08:00
2017-11-08 19:15:54 +08:00
2017-11-01 14:43:28 +08:00
2017-11-08 19:15:54 +08:00
2017-06-13 11:54:29 +08:00
2017-11-08 19:15:54 +08:00
2017-11-06 20:01:33 +08:00

HttpRunner

license Build Status Coverage Status PyPI PyPI

New name for ApiTestEngine.

Design Philosophy

Take full reuse of Python's existing powerful libraries: Requests, unittest and Locust. And achieve the goal of API automation test, production environment monitoring, and API performance test, with a concise and elegant manner.

Key Features

  • Inherit all powerful features of Requests, just have fun to handle HTTP in human way.
  • Define testcases in YAML or JSON format in concise and elegant manner.
  • Supports function/variable/extract/validate mechanisms to create full test scenarios.
  • With debugtalk.py plugin, module functions can be auto-discovered in recursive upward directories.
  • Testcases can be run in diverse ways, with single testset, multiple testsets, or entire project folder.
  • Test report is concise and clear, with detailed log records. See PyUnitReport.
  • With reuse of Locust, you can run performance test without extra work.
  • CLI command supported, perfect combination with Jenkins.

Supported Python Versions

Python 2.7, 3.4, 3.5 and 3.6.

HttpRunner has been tested on macOS, Linux and Windows platforms.

Description
HttpRunner 是一款开源的 API/UI 测试框架,简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。
Readme Apache-2.0 57 MiB
Languages
Go 98.2%
HTML 0.6%
Shell 0.6%
Python 0.5%
Makefile 0.1%