IGenericAppConfiguration Interface

Definition

Shared configuration for apps. Not to be used directly, should be created by using the fluent ConfigureApp API.

public interface IGenericAppConfiguration
type IGenericAppConfiguration = interface
Public Interface IGenericAppConfiguration

Properties

Debug

Enable debug logging.

DeviceIp

The ip adress of the device.

DevicePort

The port to use for communication with the test server.

DisableSpecFlowIntegration

Whether to disables automatic screenshot generation after each SpecFlow step.

EnableScreenshots

Enable screenshots. Local screenshots are disabled by default to speed up tests.

IdeIntegrationMode

The IDE integration mode. Decides what settings to use in case of both explicit configuration and active IDE integration.

LogDirectory

Specify the location of the log directory for local test runs.

Applies to