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 |
|
debugtalk
|
82b527d8b2
|
add unittest: variables in testcase teststep should override api's
|
2018-11-16 14:50:14 +08:00 |
|
debugtalk
|
626612061e
|
remove debugtalk.py variables mechanism
|
2018-11-15 14:48:44 +08:00 |
|
debugtalk
|
f071c02513
|
define httpbin host and port in one place
|
2018-08-02 11:29:01 +08:00 |
|
debugtalk
|
faa49ad74d
|
add tests for loading api with hooks
|
2018-06-10 23:24:30 +08:00 |
|
debugtalk
|
4b9cc0a9bd
|
refactor testcase layer
|
2018-05-02 16:29:35 +08:00 |
|