debugtalk
|
bf2ec77765
|
fix: unittests
|
2020-04-09 22:23:19 +08:00 |
|
debugtalk
|
7ba22b1389
|
change: update unit tests for removing v1 format
|
2020-04-09 12:06:34 +08:00 |
|
debugtalk
|
e87367e059
|
feat: 'export' is used to replace 'output' in testcase config
|
2019-06-26 22:33:52 +08:00 |
|
debugtalk
|
2640720332
|
fix unittest c4805ccb98e909b9586eea3e30c15b40fb0bbf8a
|
2018-12-17 23:08:35 +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
|
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 |
|