debugtalk
|
52a30cad24
|
update prepare_locust_tests
|
2018-12-27 16:50:31 +08:00 |
|
debugtalk
|
5beb25470f
|
add new feature: parameters
|
2018-12-14 23:29:17 +08:00 |
|
debugtalk
|
7d20f95068
|
refactor testcase layer mechanism:
1, autotest testsuite layer
2, performance test
|
2018-12-10 16:10:06 +08:00 |
|
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 |
|