共用方式為


IGenericAppConfiguration 介面

定義

應用程式的共用設定。 請勿直接使用,應該使用 Fluent ConfigureApp API 來建立。

public interface IGenericAppConfiguration
type IGenericAppConfiguration = interface
Public Interface IGenericAppConfiguration

屬性

Debug

啟用偵錯記錄。

DeviceIp

裝置的 ip 位址。

DevicePort

要用於與測試伺服器的通訊埠。

DisableSpecFlowIntegration

是否要在每個 SpecFlow 步驟之後停用自動產生螢幕擷取畫面。

EnableScreenshots

啟用螢幕擷取畫面。 預設會停用本機螢幕擷取畫面,以加速測試。

IdeIntegrationMode

IDE 整合模式。 決定在明確組態和作用中 IDE 整合時要使用的設定。

LogDirectory

指定本機測試回合的記錄目錄位置。

適用於