IGenericAppConfiguration 接口

定义

应用的共享配置。 不应直接使用,应使用 Fluent ConfigureApp API 创建。

public interface IGenericAppConfiguration
type IGenericAppConfiguration = interface
Public Interface IGenericAppConfiguration

属性

Debug

启用调试日志记录。

DeviceIp

设备的 IP 地址。

DevicePort

用于与测试服务器通信的端口。

DisableSpecFlowIntegration

是否禁用每个 SpecFlow 步骤后自动生成屏幕截图。

EnableScreenshots

启用屏幕截图。 默认情况下禁用本地屏幕截图以加快测试速度。

IdeIntegrationMode

IDE 集成模式。 确定在显式配置和活动 IDE 集成时要使用的设置。

LogDirectory

指定本地测试运行的日志目录的位置。

适用于