Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + type DataDrivenEngineTool struct + func NewDataDrivenEngineTool(falconDir string, httpTool *shared.HTTPTool, testExecutor *shared.TestExecutor, ...) *DataDrivenEngineTool + func (t *DataDrivenEngineTool) Description() string + func (t *DataDrivenEngineTool) Execute(args string) (string, error) + func (t *DataDrivenEngineTool) Name() string + func (t *DataDrivenEngineTool) Parameters() string + type DataDrivenParams struct + DataSource string + MaxRows int + ReportName string + Scenario shared.TestScenario + Variables []string + type DataDrivenResult struct + FailedRows int + PassedRows int + Results []shared.TestResult + Summary string + TotalRows int + type DataLoader struct + Source string + func (l *DataLoader) Load(variables []string, maxRows int) ([]map[string]interface{}, error) + type TemplateEngine struct + func (e *TemplateEngine) Populate(template shared.TestScenario, data map[string]interface{}) shared.TestScenario