probe { name: "website_e2e" type: BROWSER interval_msec: 600000 timeout_msec: 60000 targets { host_names: "cloudprober.org" } browser_probe { test_spec: "cloudprober-site.spec.ts" test_dir: "/tests" retries: 1 save_screenshots_for_success: true save_trace: ALWAYS test_metrics_options { enable_step_metrics: true } } } global_artifacts_options { serve_on_web: true storage { local_storage { dir: "/artifacts" cleanup_options { max_age_sec: 7200 # keep artifacts for 2 hours } } } }