Function test_suite_run_controller_create

Source
pub async fn test_suite_run_controller_create(
    configuration: &Configuration,
    test_suite_id: &str,
    create_test_suite_run_dto: CreateTestSuiteRunDto,
) -> Result<TestSuiteRun, Error<TestSuiteRunControllerCreateError>>