debugtalk
|
7fc3280584
|
fix: extend with testcase reference in format version 2
|
2019-06-25 15:53:27 +08:00 |
|
debugtalk
|
eb1729e88a
|
feat: testsuite in format version 2
|
2019-06-24 16:45:49 +08:00 |
|
debugtalk
|
9950d169fc
|
update unittest
|
2019-04-19 11:05:52 +08:00 |
|
debugtalk
|
e1edb896eb
|
fix: pass output variables between testcases
|
2019-04-10 15:35:53 +08:00 |
|
hluguoj
|
8d511ceb16
|
bugfix random function in config variables run many times
|
2019-02-27 21:21:11 +08:00 |
|
debugtalk
|
9e68daa929
|
update prepare_locust_tests
|
2018-12-27 16:50:31 +08:00 |
|
debugtalk
|
3249394732
|
add new feature: parameters
|
2018-12-14 23:29:17 +08:00 |
|
debugtalk
|
acfca8c07f
|
refactor testcase layer mechanism:
1, autotest testsuite layer
2, performance test
|
2018-12-10 16:10:06 +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 |
|