feat: support nested testcase in teststep

This commit is contained in:
debugtalk
2021-09-20 10:59:37 +08:00
parent f4874c525f
commit c29f85bc64
3 changed files with 31 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ type TValidator struct {
type TStep struct {
Name string `json:"name"`
Request *TRequest `json:"request"`
TestCase *TestCase `json:"testcase"`
Variables Variables `json:"variables"`
SetupHooks []string `json:"setup_hooks"`
TeardownHooks []string `json:"teardown_hooks"`