pub trait TestStep { // Required method fn execute(&self, config: &Config, build_path: &Path) -> Result<()>; }