test(e2e): add CliRunner typed fixture helpers

This commit is contained in:
Joseph Doherty
2026-06-05 10:04:05 -04:00
parent bf78e3e7bf
commit 4a7c46f1db
3 changed files with 397 additions and 1 deletions
@@ -25,7 +25,7 @@ namespace ZB.MOM.WW.ScadaBridge.CentralUI.PlaywrightTests.Cluster;
/// assembly to the repo root and probes the Debug/Release output paths.
/// </para>
/// </summary>
public static class CliRunner
public static partial class CliRunner
{
/// <summary>Hard timeout for a single CLI invocation.</summary>
private static readonly TimeSpan Timeout = TimeSpan.FromSeconds(60);