Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + type AppConfig struct + BinaryName string + BinaryPath string + DockerImage string + Environment map[string]string + Port int + type Config struct + AppConfig AppConfig + AppTechnology string + Observability ObservabilityConfig + Orchestration OrchestrationConfig + TestConfig TestConfig + TestLauncher string + ThirdParty ThirdPartyConfig + Version string + func DefaultConfig() *Config + type ObservabilityConfig struct + LogLevel string + MetricsEnabled bool + ReportFormat string + StructuredLogs bool + type OrchestrationConfig struct + CleanupOnFailure bool + HealthCheckInterval time.Duration + HealthCheckRetries int + ParallelMocks bool + PreserveLogs bool + StartupTimeout time.Duration + type TestConfig struct + FeaturesPath string + Parallel bool + ReportsPath string + Tags string + type ThirdPartyConfig struct + MockConfig map[string]interface{} + Mocks []string