mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 12:37:35 +08:00
feat: 'export' is used to replace 'output' in testcase config
This commit is contained in:
@@ -5,7 +5,7 @@ config:
|
||||
variables:
|
||||
uid: 9001
|
||||
device_sn: "TESTCASE_CREATE_XXX"
|
||||
output:
|
||||
export:
|
||||
- session_token
|
||||
|
||||
teststeps:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
variables:
|
||||
uid: 9001
|
||||
device_sn: "TESTCASE_CREATE_XXX"
|
||||
output:
|
||||
export:
|
||||
- session_token
|
||||
|
||||
- test:
|
||||
|
||||
@@ -8,7 +8,7 @@ config:
|
||||
app_version: '2.8.6'
|
||||
base_url: "http://127.0.0.1:5000"
|
||||
verify: False
|
||||
output:
|
||||
export:
|
||||
- session_token
|
||||
|
||||
teststeps:
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
app_version: '2.8.6'
|
||||
base_url: "http://127.0.0.1:5000"
|
||||
verify: False
|
||||
output:
|
||||
export:
|
||||
- session_token
|
||||
|
||||
- test:
|
||||
|
||||
Reference in New Issue
Block a user