Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInCaptureMode ¶
func IsInCaptureMode() bool
func IsInSimulateMode ¶
func IsInSimulateMode() bool
func ManageProjectID ¶
ManageProjectID is a function that will store the generated project id during capture mode, and in case of simulate mode will simple fetch the project id defined in execution variables file.
func SetupReplayProxy ¶
Types ¶
type ExecutionVariables ¶
type ExecutionVariables struct {
ProjectID string `json:"projectId"`
}
func ObtainExecutionVariables ¶
func ObtainExecutionVariables(t *testing.T) (*ExecutionVariables, error)
Click to show internal directories.
Click to hide internal directories.