pub fn run_test<F>(name: &str, full_name: &str, f: F)where F: FnOnce() + UnwindSafe,
Runs a test function with Allure tracking.