previa-runner 1.0.0-alpha.40

API for remote execution of integration and load tests via HTTP streaming (SSE).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use previa_engine::{
    AssertionResult, Pipeline, PipelineStep, PreparedHttpStep, RuntimeEnvGroup, RuntimeSpec,
    StartedHttpStep, StepAssertion, StepExecutionResult, StepRequest, StepResponse,
    complete_started_http_step_with_hook, execute_pipeline,
    execute_pipeline_from_step_with_client_runtime_hooks, execute_pipeline_with_client,
    execute_pipeline_with_client_hooks, execute_pipeline_with_client_runtime_request_gate,
    execute_pipeline_with_hooks, execute_pipeline_with_runtime_hooks,
    execute_pipeline_with_runtime_request_gate, execute_pipeline_with_specs_hooks,
    prepare_http_step, render_template_value, render_template_value_simple,
    render_template_value_with_runtime, send_prepared_http_step,
    send_prepared_http_step_with_hooks, start_prepared_http_step_with_hooks,
};