Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DeepTestScript = "" DeepTestScriptSimple = "" DeepTestDeclare = "" DeepTestDeclarePost = "" DeepTestScenarioCustomCode = "" DeepTestDeclareChai = "" MockScript = "" MockDeclare = "" JslibsDeclares = "" DatapoolGetScript = "" VariablesGet = "" VariablesSet = "" VariablesClear = "" CustomScript = "" )
Functions ¶
func GenResultMsg ¶
func GenResultMsg(po *domain.ScriptBase)
func GetModule ¶
func GetModule(name ScriptType) (ret string)
func GetScript ¶
func GetScript(name ScriptType) string
Types ¶
type ScriptType ¶
type ScriptType string
const ( ScriptDeepTest ScriptType = "deeptest" ScriptDeepTestSimple ScriptType = "deeptest-simple" DeclareDeepTest ScriptType = "deeptest.d" DeclareDeepTestPost ScriptType = "deeptest-post.d" DeclareDeepTestScenarioCustomCode ScriptType = "deeptest-scenario-custom-code.d" DeclareChai ScriptType = "chai.d" ModuleMockJs ScriptType = "mockjs.js" ScriptMock ScriptType = "mock" DeclareMock ScriptType = "mock.d" DeclareJslibs ScriptType = "jslibs" ScriptCustom ScriptType = "custom" SnippetDatapoolGet ScriptType = "datapool_get" SnippetVariablesGet ScriptType = "variables_get" SnippetVariablesSet ScriptType = "variables_set" SnippetVariablesClear ScriptType = "variables_clear" )
func (ScriptType) String ¶
func (e ScriptType) String() string
Click to show internal directories.
Click to hide internal directories.