Documentation
¶
Overview ¶
cmdrecord simplifies testing by implementing recording/playing back functionality for interacting with command line tools.
Index ¶
Constants ¶
View Source
const InteractionIdFile = "int-id.txt"
View Source
const ProxyConfigName = "proxy.config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cassette ¶
type Cassette struct { Version string `yaml:"version"` ToolName string `yaml:"tool"` Interactions []Interaction `yaml:"interactions"` }
type Interaction ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewWithOptions ¶
Click to show internal directories.
Click to hide internal directories.