Commit Graph

17 Commits

Author SHA1 Message Date
debugtalk
fbf2812205 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk
ee9eb4f1c4 change: update unit tests for removing v1 format 2020-04-09 12:06:34 +08:00
debugtalk
2557834a6b feat: 'export' is used to replace 'output' in testcase config 2019-06-26 22:33:52 +08:00
debugtalk
f0df345c34 feat: 'extract' is used to replace 'output' when passing former teststep's (as a testcase) export value to next teststep 2019-06-26 22:16:05 +08:00
debugtalk
5c6e08f1da fix: extend with testcase reference in format version 2 2019-06-25 15:53:27 +08:00
debugtalk
33dabbf027 feat: testcase in format version 2 2019-06-24 16:15:32 +08:00
debugtalk
065aff09bb fix: pass output variables between testcases 2019-04-10 15:35:53 +08:00
debugtalk
36c2186a20 implement method to get variables and output 2019-03-01 10:32:58 +08:00
debugtalk
ec182a40cf fix testcase: add base_url 2019-02-24 19:38:32 +08:00
debugtalk
8b87cf3fb4 fix base_url priority: testcase config > testsuite config 2018-12-21 18:26:32 +08:00
debugtalk
5beb25470f add new feature: parameters 2018-12-14 23:29:17 +08:00
debugtalk
de23957518 save api in individual file: each file is corresponding to one api definition 2018-12-04 22:38:41 +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
0f21d7385d fix commit 4cf2a17cd0 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