Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
Configuration EngineConfiguration
}
func NewEngine ¶
func NewEngine(configuration EngineConfiguration) (*Engine, error)
/ Create a new engine instance.
func (*Engine) ExecuteAndRenderSteps ¶
Executes the steps from a scenario and renders the output to the terminal.
func (*Engine) ExecuteScenario ¶
Executes a markdown scenario.
func (*Engine) InteractWithScenario ¶ added in v0.1.0
Executes a Scenario in interactive mode. This mode goes over each codeblock step by step and allows the user to interact with the codeblock.
Click to show internal directories.
Click to hide internal directories.