mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
11 lines
245 B
YAML
11 lines
245 B
YAML
config:
|
|
name: "reference testcase test"
|
|
base_url: "https://postman-echo.com"
|
|
variables:
|
|
os_platform: 'ios'
|
|
|
|
teststeps:
|
|
- name: run demo_httprunner.yaml
|
|
testcase: demo_httprunner.yaml
|
|
variables:
|
|
os_platform: $os_platform |