API Reference
Command
Compare-TestimoX
Compare two stored runs (Baseline vs Current) or build a timeline across all runs.
Examples
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
- Path to the durable store directory.
- BaselineRunId string
- Baseline RunId. Provide together with CurrentRunId for pairwise comparison.
- CurrentRunId string
- Current RunId. Provide together with BaselineRunId for pairwise comparison.
- OutputPath string
- Optional output HTML file path.
Outputs
TestimoX.PowerShell.StoreReportResult