TestimoX

API Reference

Class

InteractiveEntryPoints

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers static

Public convenience entrypoints for interactive runs that do not require hosts (CLI/PowerShell) to implement UI adapters. Uses an internal Spectre-based UI.

Inheritance

  • Object
  • InteractiveEntryPoints

Methods

public static async Task<TestimoRunResult> RunInteractiveAsync(CancellationToken ct = null) #
Returns: Task<TestimoRunResult>

Launches an interactive session that lets the user select rules and configuration via a built-in Spectre.Console UI, then runs the selection.

Parameters

ct System.Threading.CancellationToken = null optionalposition: 0
Cancellation token.

Returns

Aggregate run result including counts and elapsed time.