TestimoX

API Reference

Command

Compare-TestimoX

Namespace TestimoX.PowerShell
Outputs
TestimoX.PowerShell.StoreReportResult

Compare two stored runs (Baseline vs Current) or build a timeline across all runs.

Examples

Authored help example

Example 1: Compare two runs


Compare-TestimoX -StoreDir 'C:\Data\TestimoX' -Baseline '2025-10-16T10-00' -Current '2025-10-23T10-00'
        

Example 2: Build a timeline across all runs in the store


Compare-TestimoX -StoreDir 'C:\Data\TestimoX'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Compare-TestimoX -StoreDir <string> [-BaselineRunId <string>] [-CurrentRunId <string>] [-OutputPath <string>] [<CommonParameters>]
#

Parameters

StoreDir string requiredposition: namedpipeline: false
Path to the durable store directory.
BaselineRunId string optionalposition: namedpipeline: falsealiases: Baseline
Baseline RunId. Provide together with CurrentRunId for pairwise comparison.
CurrentRunId string optionalposition: namedpipeline: falsealiases: Current
Current RunId. Provide together with BaselineRunId for pairwise comparison.
OutputPath string optionalposition: namedpipeline: false
Optional output HTML file path.

Outputs

TestimoX.PowerShell.StoreReportResult