debugtalk
|
c17d7c4f82
|
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
|
626612061e
|
remove debugtalk.py variables mechanism
|
2018-11-15 14:48:44 +08:00 |
|
debugtalk
|
968fdc3b01
|
rename testset => testcase
|
2018-10-03 00:02:38 +08:00 |
|
debugtalk
|
ec2058f2e2
|
fix #366: teststep name
|
2018-08-31 15:48:46 +08:00 |
|
debugtalk
|
6f3dbacf67
|
refactor: pipeline
|
2018-08-21 17:39:12 +08:00 |
|
debugtalk
|
2081a34b57
|
fix #131: parameter data driven with pair keys
|
2018-03-27 22:39:43 +08:00 |
|
debugtalk
|
0568debaf1
|
refactor parameterization:
1, support parameters in test block;
2, refactor parameterization code.
|
2018-03-08 19:35:42 +08:00 |
|
debugtalk
|
f53baaf757
|
refactor parameterization:
parameter value now can be in three types:
(1) data list
(2) call built-in parameterize function
(3) call custom function in debugtalk.py
|
2018-03-07 16:21:51 +08:00 |
|
debugtalk
|
56cf359810
|
new feature: support parameters and data driven
|
2018-02-15 22:53:56 +08:00 |
|