feat: 'export' is used to replace 'output' in testcase config

This commit is contained in:
debugtalk
2019-06-26 22:33:52 +08:00
parent f0df345c34
commit 2557834a6b
9 changed files with 17 additions and 15 deletions

View File

@@ -93,7 +93,7 @@ class TestHttpRunner(ApiServerUnittest):
"var1": "abc",
"var2": "def"
},
"output": ["status_code", "req_data"]
"export": ["status_code", "req_data"]
},
"teststeps": [
{