diff --git a/packages/runtime-playground/src/index.ts b/packages/runtime-playground/src/index.ts index 973ef870..9fae6064 100644 --- a/packages/runtime-playground/src/index.ts +++ b/packages/runtime-playground/src/index.ts @@ -8,6 +8,7 @@ export { buildArtifactDiagnostics } from "./artifacts.js" export { browserArtifactMetrics, type BrowserArtifactMetricsResult } from "./browser-metrics.js" export { BrowserMultiActorScenarioError, runBrowserMultiActorScenario, type BrowserMultiActorClient, type BrowserMultiActorEvent, type BrowserMultiActorScenarioResult } from "./browser-multi-actor-scenario.js" export { runBrowserMultiActorScenarioCommand } from "./browser-multi-actor-scenario-runner.js" +export { runBrowserActionsCommand, runBrowserScenarioCommand, type BrowserActionsRunPlan } from "./browser-actions-runner.js" export { browserStorageStateCookieHostSummary, browserStorageStateFromWordPressAuthCookies, normalizeBrowserStorageStatePayload, wordpressFixtureUserStorageStatePhpCode, type BrowserAuthStorageState, type BrowserStorageStateCookie, type BrowserStorageStateImportResult, type BrowserStorageStateImportSummary, type WordPressFixtureUserSpec, type WordPressFixtureUserStorageStateEnvelope } from "./browser-auth-storage-state.js" export { createHostCommandTool, type HostCommandToolConfig } from "./host-command-tool.js" export { PlaygroundRuntimeBackend, createPlaygroundRuntimeBackend, playgroundRuntimeBackendProvider } from "./playground-runtime.js"