debugtalk
|
e87367e059
|
feat: 'export' is used to replace 'output' in testcase config
|
2019-06-26 22:33:52 +08:00 |
|
debugtalk
|
e1edb896eb
|
fix: pass output variables between testcases
|
2019-04-10 15:35:53 +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
|
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 |
|