mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
11 lines
336 B
YAML
11 lines
336 B
YAML
config:
|
|
name: get token with parameters
|
|
|
|
testcases:
|
|
get token with $user_agent, $app_version, $os_platform:
|
|
testcase: demo-testcase-get-token.yml
|
|
parameters:
|
|
user_agent: ["iOS/10.1", "iOS/10.2", "iOS/10.3"]
|
|
app_version: ${P(app_version.csv)}
|
|
os_platform: ${get_os_platform()}
|