IGenericAppConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |