Files
Dhanji R. Prasanna 78f846e3c4 Fix Chrome diagnostics failing to resolve tilde in chrome_binary path
The diagnostic report falsely reported chrome_binary as not found when
the config used ~ (e.g. ~/.chrome-for-testing/...). PathBuf::from()
treats ~ as a literal directory name, so existence checks always failed.

Add shellexpand::tilde() at the entry point of run_diagnostics() to
expand ~ before passing to downstream check functions. The original
unexpanded value is preserved for display in the report summary.
2026-02-17 13:08:16 +11:00
..
2025-11-27 21:00:02 +11:00
2026-01-21 06:42:01 +05:30