pub async fn test_component( url: &str, name: &str, binary: &str, args: Vec<String>, ) -> Result<Arc<Component>, Error>
Create a new component object for testing purposes.