feature: In-App Simulation Runner (Backend)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.CommandLine;
|
||||
using VigilCare.Simulation;
|
||||
|
||||
public static class DryRunCommand
|
||||
{
|
||||
@@ -21,7 +22,7 @@ public static class DryRunCommand
|
||||
return;
|
||||
}
|
||||
|
||||
var engine = new ReplayEngine(client: null!, poller: null);
|
||||
var engine = new ReplayEngine(client: null!, poller: null, new ConsoleReplayObserver());
|
||||
await engine.RunAsync(scenario, new ReplayOptions(DryRun: true));
|
||||
}, fileArg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user