Commit Graph

5 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
c3b52bbc79 .env variables should be referenced with builtin ENV/environ function 2018-11-16 12:29:02 +08:00
httprunner
64a960d490 remove debugtalk.py variables mechanism 2018-11-15 14:48:44 +08:00
httprunner
fd29a8aff3 fix #309 #312 2018-08-22 23:24:19 +08:00