export

package
v0.2.0-beta.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package export turns finished exploration runs into runnable two-document flow YAML, validated through the flow parser before it is returned.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter struct{}

Exporter maps a passing scenario run onto flow commands. Emitted bytes always round-trip through flow.ParseBytes; output that fails to parse is an error, never silently written.

func (Exporter) ExportFlow

func (Exporter) ExportFlow(result *explore.TestResult, appID string) ([]byte, error)

ExportFlow renders the run as one config document plus one command sequence, separated by a document marker.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL