e2elane

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WebDir                   = "web"
	DaemonServedWebScript    = "test:e2e:daemon-served"
	NightlyWebScript         = "test:e2e:nightly"
	RuntimeE2EPattern        = "^TestDaemonE2E"
	NightlyRuntimeE2EPattern = "^TestDaemonNightlyE2E"
	HTTPTransportE2EPattern  = "^TestHTTPTransport"
	UDSTransportE2EPattern   = "^TestUDSTransport"
	HarnessRuntimeE2EPattern = "^TestStartRuntimeHarness"
	DaytonaNightlyE2EPattern = "^TestDaytona(" +
		"ProviderIntegrationFullLifecycle|LauncherTransportValidation|SSHNonPTYValidation)$"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GoSuite

type GoSuite struct {
	Packages []string
	Run      string
}

type Lane

type Lane string
const (
	LaneRuntime  Lane = "runtime"
	LaneWeb      Lane = "web"
	LaneCombined Lane = "combined"
	LaneNightly  Lane = "nightly"
)

type Plan

type Plan struct {
	Lane                        Lane
	GoSuites                    []GoSuite
	ScriptSuites                []ScriptSuite
	RequiresDaemonServedBrowser bool
	IncludesCredentialedNightly bool
}

func PlanForLane

func PlanForLane(lane Lane) (Plan, error)

type ScriptSuite

type ScriptSuite struct {
	Dir    string
	Script string
}

Jump to

Keyboard shortcuts

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