feat: validate response object

This commit is contained in:
debugtalk
2021-09-26 16:28:18 +08:00
parent df7366af55
commit 9f59dbf340
9 changed files with 156 additions and 18 deletions

View File

@@ -36,10 +36,10 @@ type TRequest struct {
}
type TValidator struct {
Check string // get value with jmespath
Comparator string
Expect interface{}
Message string
Check string // get value with jmespath
Assert string
Expect interface{}
Message string
}
type TStep struct {