Commit Graph

15 Commits

Author SHA1 Message Date
debugtalk
e87367e059 feat: 'export' is used to replace 'output' in testcase config 2019-06-26 22:33:52 +08:00
debugtalk
20ff55b1b2 feat: 'extract' is used to replace 'output' when passing former teststep's (as a testcase) export value to next teststep 2019-06-26 22:16:05 +08:00
debugtalk
7fc3280584 fix: extend with testcase reference in format version 2 2019-06-25 15:53:27 +08:00
debugtalk
ec384dc9da feat: testcase in format version 2 2019-06-24 16:15:32 +08:00
debugtalk
e1edb896eb fix: pass output variables between testcases 2019-04-10 15:35:53 +08:00
debugtalk
972c878d19 implement method to get variables and output 2019-03-01 10:32:58 +08:00
debugtalk
c2247fdbff fix testcase: add base_url 2019-02-24 19:38:32 +08:00
debugtalk
42cc8bc9d0 fix base_url priority: testcase config > testsuite config 2018-12-21 18:26:32 +08:00
debugtalk
3249394732 add new feature: parameters 2018-12-14 23:29:17 +08:00
debugtalk
0eacd5f7de save api in individual file: each file is corresponding to one api definition 2018-12-04 22:38:41 +08:00
debugtalk
2ec2d3c2d8 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
debugtalk
3ea4789c7b fix commit f1be0972dae59389c21b0371580c3101f67bc808 2018-11-24 00:49:13 +08:00
debugtalk
4099ade49d HttpRunner 2.0 is comming!
1, new design for testcase format;
2, refactor testcase layer mechanism.
2018-11-22 19:25:00 +08:00
debugtalk
29ac00fabf move tests/data/debugtalk.py to tests/debugtalk.py 2018-05-07 15:19:14 +08:00
debugtalk
4b9cc0a9bd refactor testcase layer 2018-05-02 16:29:35 +08:00