Skip to content

Tags: 521hellogithub/httprunner

Tags

v4.1.0-beta

Toggle v4.1.0-beta's commit message
update changelog

v4.1.0-alpha

Toggle v4.1.0-alpha's commit message
change: trigger tests for branch v2/v3/v4.1-dev

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request httprunner#1283 from httprunner/httpstat

feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)

v2.5.9

Toggle v2.5.9's commit message
bump version to v2.5.9

v4.0.0-beta

Toggle v4.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request httprunner#1269 from httprunner/convert-pytest

hrp convert pytest scripts

- feat: prepare python3 venv in `~/.hrp/venv` before running httprunner#1262 
- feat: convert YAML/JSON testcases to pytest scripts with `hrp convert` httprunner#1261 
- refactor: reformat all python code with black

v3.1.11

Toggle v3.1.11's commit message
fix httprunner#1273: ImportError by cannot import name '_unicodefun' …

…from 'click'

v3.1.10

Toggle v3.1.10's commit message
fix: catch OSError when running subprocess

v3.1.9

Toggle v3.1.9's commit message
fix httprunner#1174: pydantic validation error when body is None

v2.5.8

Toggle v2.5.8's commit message
fix: remove failed tests caused by httpbin

v3.1.8

Toggle v3.1.8's commit message
fix httprunner#1103: variable should not start with digit