support-> {"extract": ["head_cookie": "request.headers.cookie"]}

This commit is contained in:
rockfeng0
2018-06-12 17:34:35 +08:00
parent ec1e916c98
commit 40cb2dcac6

View File

@@ -178,7 +178,7 @@ class Runner(object):
extractors = testcase_dict.get("extract", []) or testcase_dict.get("extractors", [])
extracted_variables_mapping = resp_obj.extract_response(extractors)
self.context.bind_extracted_variables(extracted_variables_mapping)
#print(self.context.testcase_parser.variables)
# validate
validators = testcase_dict.get("validate", []) or testcase_dict.get("validators", [])
try: