previa-runner 1.0.0-alpha.16

API for remote execution of integration and load tests via HTTP streaming (SSE).
Documentation
1
2
3
4
5
6
pub use previa_engine::{
    AssertionResult, Pipeline, PipelineStep, RuntimeSpec, StepAssertion, StepExecutionResult,
    StepRequest, StepResponse, execute_pipeline, execute_pipeline_with_client,
    execute_pipeline_with_client_hooks, execute_pipeline_with_hooks,
    execute_pipeline_with_specs_hooks, render_template_value, render_template_value_simple,
};