Skip to content

Releases: deicon/httprunner

v2.0.0

23 Nov 19:19
029b384

Choose a tag to compare

2.0.0 (2025-11-23)

Code Refactoring

  • consolidate and validate test files (#29) (029b384)

BREAKING CHANGES

  • Test file paths have moved. Update any external
    references to use new paths: tests/e2e/, tests/unit/, tests/examples/

  • fix: correct .http format in assertions.http

  • Changed first line from '### Simple Assert Test' to '###'
  • The .http format requires ### separator alone on a line
  • Issue was introduced during test consolidation
  • Verified: assertions now execute correctly and test client.assert() functionality
  • docs: add test validation and execution reports
  • Add comprehensive validation report (static analysis)
  • Add execution test report with results
  • Document all APIs used and validated
  • Note fixed issue in assertions.http
  • docs: add comprehensive test validation summary

  • ci: add integration tests using consolidated test files

  • Add integration-test job that runs E2E tests
  • Tests comprehensive-test.http and toxiproxy-demo.http
  • Uses Docker Compose to start testapi and toxiproxy services
  • Validates new test file structure works in CI
  • semantic_release now depends on integration tests passing

v1.9.0

28 Oct 07:52
954b1fb

Choose a tag to compare

1.9.0 (2025-10-28)

Features

  • Experimental Node JS integration to fully support any Javascript Package (#28) (954b1fb)

v1.8.0

28 Oct 06:47
7066c1c

Choose a tag to compare

1.8.0 (2025-10-28)

Features

  • Conver .http load tests to k6.io .js test files (#26) (7066c1c)

v1.7.0

28 Oct 06:39
4e7739d

Choose a tag to compare

1.7.0 (2025-10-28)

Features

  • Export raw results into csv format (#27) (4e7739d)

v1.6.0

15 Oct 17:07
b56833a

Choose a tag to compare

1.6.0 (2025-10-15)

Features

v1.5.0

13 Oct 16:02
6b647eb

Choose a tag to compare

1.5.0 (2025-10-13)

Bug Fixes

  • failed requests werden falsch angezeigt (#23) (6b647eb)

Features

  • reporting: top 5 längste Requests im Report (#22) (cdc8a9c)

v1.4.0

12 Oct 13:18
8fcc1fe

Choose a tag to compare

1.4.0 (2025-10-12)

Features

  • reporting: offline Metriken für FileReporter (#21) (8fcc1fe)

v1.3.0

12 Oct 12:05
30724a8

Choose a tag to compare

1.3.0 (2025-10-12)

Features

  • harparser: add response body & filter improvements (#20) (30724a8)

v1.2.0

10 Oct 14:58
dd9814c

Choose a tag to compare

1.2.0 (2025-10-10)

Features

1.3.0

14 Sep 16:43
18afd77

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...1.3.0