Documentation ¶
Index ¶
- Variables
- func GetBaseUrlFromConfig() string
- func GetDbConfig() map[string]*DbDetails
- func GetMongoDBConfig() map[string]*MongDBDetails
- func GetMsDbConfig() map[string]*DbDetails
- func GetPgDbConfig() map[string]*DbDetails
- func GetRedisConfig() map[string]*RedisDetails
- func GetTimeZoneConfig() string
- func SetTestEnv()
- type Config
- type DbDetails
- type Environment
- type MongDBDetails
- type Options
- type RedisDetails
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdArgs map[string]interface{}
Functions ¶
func GetBaseUrlFromConfig ¶
func GetBaseUrlFromConfig() string
func GetMongoDBConfig ¶
func GetMongoDBConfig() map[string]*MongDBDetails
func GetRedisConfig ¶
func GetRedisConfig() map[string]*RedisDetails
func GetTimeZoneConfig ¶
func GetTimeZoneConfig() string
func SetTestEnv ¶
func SetTestEnv()
Types ¶
type Environment ¶
type MongDBDetails ¶
type Options ¶
type Options struct { Testconfig string `json:"testconfig"` Testsuite string `json:"testsuite"` Testcase string `json:"testcase"` KeyWord string `json:"keyWord"` StateChart string `json:"stateChart"` Testresource string `json:"testresource"` Testresults string `json:"testresults"` JsFuncs string `json:"jsFuncs"` TestEnv string `json:"testEnv"` BaseUrl string `json:"baseUrl"` IfFuzzTest bool `json:"ifFuzzTest"` IfMutation bool `json:"ifMutation"` IfTestSuite bool `json:"ifTestSuite"` IfKeyWord bool `json:"ifKeyWord"` IfStateChart bool `json:"ifStateChart"` IfConcurrency bool `json:"ifConcurrency"` ConcurrencyLimit int `json:"concurrencyLimit"` IfShowOriginRequest bool `json:"ifShowOriginRequest"` Harfile string `json:"harfile"` Swaggerfile string `json:"swaggerfile"` Logfile string `json:"logfile"` TimeZone string `json:"timeZone"` IfMySqlDb bool `json:"ifMySqlDb"` IfMsSqlDb bool `json:"ifMsSqlDb"` IfPgDb bool `json:"ifPgDb"` IfRedis bool `json:"ifRedis"` IfMongoDB bool `json:"ifMongoDB"` }
var Opt Options
type RedisDetails ¶
Click to show internal directories.
Click to hide internal directories.