TestimoX

API Reference

Class

EnvironmentConfigurationProvider

Namespace TestimoX.Configuration.Providers
Assembly TestimoX

Loads configuration values from environment variables.

Inheritance

  • Object
  • EnvironmentConfigurationProvider

Constructors

public EnvironmentConfigurationProvider() #

Methods

public virtual Void Load(String[] args = null) #
Returns: Void

Reads environment variables and applies known keys to TestimoConfiguration. Supported keys: TESTIMO_VERBOSITY, TESTIMO_FORCEASCII, TESTIMO_CONSOLEWIDTH, TESTIMO_PROGRESS_HIDE_COMPLETED, TESTIMO_PROGRESS_MAX_VISIBLE_ROWS, TESTIMO_PROGRESS_RECENT_COUNT.

Parameters

args System.String[] = null optionalposition: 0
Unused by this provider.