mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
14 lines
275 B
YAML
14 lines
275 B
YAML
- config:
|
|
name: "bugfix testcases."
|
|
request:
|
|
base_url: http://127.0.0.1:5000
|
|
headers:
|
|
Content-Type: application/json
|
|
|
|
- test:
|
|
name: get headers from config
|
|
request:
|
|
url: /api/users/1000
|
|
method: GET
|
|
headers:
|