mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-22 00:29:37 +08:00
doc: add docs to repo
This commit is contained in:
10
docs/data/demo-parameters-get-token.yml
Normal file
10
docs/data/demo-parameters-get-token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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()}
|
||||
Reference in New Issue
Block a user