Expand description
Scenario-First SDKs
This module provides high-level scenario execution APIs that chain multiple endpoint calls together, enabling developers to work with business-level scenarios (e.g., “CheckoutSuccess”) instead of individual API calls.
Re-exports§
pub use executor::ScenarioExecutor;pub use registry::ScenarioRegistry;pub use types::ScenarioDefinition;pub use types::ScenarioParameter;pub use types::ScenarioResult;pub use types::ScenarioStep;pub use types::StepResult;