Commit Graph

7 Commits

Author SHA1 Message Date
httprunner
9a62f778fb make variables in testcase template compatible with mapping style:
new mapping style:
"variables": {
    "a": 1,
    "b": 2
}

Also, the former list style is still valid:
"variables": [
    {"a": 1},
    {"b": 2}
]
2018-11-28 12:14:06 +08:00
httprunner
f05f190d24 HttpRunner 2.0 is comming!
1, new design for testcase format;
2, refactor testcase layer mechanism.
2018-11-22 19:25:00 +08:00
httprunner
80c36eaeee remove obsolete key words: variable_binds, extractors, extract_binds, validators 2018-11-15 20:35:44 +08:00
httprunner
64a960d490 remove debugtalk.py variables mechanism 2018-11-15 14:48:44 +08:00
httprunner
61deb3ab9d define httpbin host and port in one place 2018-08-02 11:29:01 +08:00
httprunner
aff902d43c replace online httpbin service with httpbin lib 2018-05-02 17:43:07 +08:00
httprunner
e80dc2b262 #169: add builtin support for uploading files 2018-04-17 23:20:39 +08:00