2018-12-16 00:48:59 +08:00
2018-10-03 00:02:38 +08:00
2018-12-16 00:48:59 +08:00
2018-08-23 11:52:39 +08:00
2018-10-01 17:44:40 +08:00
2018-12-03 15:43:08 +08:00
2018-10-03 00:02:38 +08:00
2018-02-22 18:53:24 +08:00
2018-08-21 17:47:09 +08:00
2018-10-03 00:02:38 +08:00
2018-08-07 15:14:44 +08:00

HttpRunner

LICENSE travis-ci coveralls pypi version pyversions

Httprunner is an HTTP(S) protocol-oriented universal testing framework. Write testing scripts in YAML/JSON once, you can then achieve automated testing, performance testing, online monitoring, continuous integration and other testing needs.

Former name: ApiTestEngine.

Design Philosophy

  • Take full reuse of Python's existing powerful libraries: Requests, unittest and Locust.
  • Convention over configuration.
  • Pursuit of high rewards, write once and achieve a variety of testing needs

Key Features

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

Documentation

HttpRunner is rich documented.

Subscribe

关注 HttpRunner 的微信公众号,第一时间获得最新资讯。

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%