pub fn create_runner(harness: Harness) -> Result<AnyRunner>Expand description
Create a headless runner for the specified harness
This is a convenience function that returns an AnyRunner enum
which provides a unified interface for all runner implementations.