TestimoX

API Reference

Class

RunEngineFactory

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers static

Creates Testimo engine instances with host-agnostic defaults applied.

Inheritance

  • Object
  • RunEngineFactory

Methods

public static Void ApplyRunLogConfiguration(Testimo engine) #
Returns: Void

Applies run log configuration to an existing engine instance.

Parameters

engine TestimoX.Testimo requiredposition: 0
public static Testimo CreateDefault() #
Returns: Testimo

Creates a new Testimo engine and applies run log configuration when enabled.

public static Boolean IsRunLogDisabled() #
Returns: Boolean

Returns true when the run log is disabled via environment variable.

public static String ResolveRunLogPath(String baseDirectory = null, String overridePath = null) #
Returns: String

Resolves the run log path, honoring the TESTIMOX_RUNLOG_PATH override when present.

Parameters

baseDirectory System.String = null optionalposition: 0
overridePath System.String = null optionalposition: 1