implement feature to generate random test data
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -28,6 +28,11 @@ type TestCase struct {
|
||||
ResultBodyMap map[string]interface{}
|
||||
}
|
||||
|
||||
type RandomBody struct {
|
||||
IsString bool `json:"isString"`
|
||||
Length int `json:"length"`
|
||||
}
|
||||
|
||||
type CaptureCase struct {
|
||||
TestCaseName string
|
||||
CaptureData CaptureCaseData
|
||||
|
Reference in New Issue
Block a user