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 |
|