Skip to main content

run

Function run 

Source
pub async fn run(
    settings: &Settings,
    filter: Option<&str>,
    junit_xml: Option<&Path>,
    overlay: Option<&Path>,
    no_docker: bool,
) -> Result<(), CliError>