IGenericAppConfiguration 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式的共用設定。 請勿直接使用,應該使用 Fluent ConfigureApp API 來建立。
public interface IGenericAppConfiguration
type IGenericAppConfiguration = interface
Public Interface IGenericAppConfiguration
屬性
Debug |
啟用偵錯記錄。 |
DeviceIp |
裝置的 ip 位址。 |
DevicePort |
要用於與測試伺服器的通訊埠。 |
DisableSpecFlowIntegration |
是否要在每個 SpecFlow 步驟之後停用自動產生螢幕擷取畫面。 |
EnableScreenshots |
啟用螢幕擷取畫面。 預設會停用本機螢幕擷取畫面,以加速測試。 |
IdeIntegrationMode |
IDE 整合模式。 決定在明確組態和作用中 IDE 整合時要使用的設定。 |
LogDirectory |
指定本機測試回合的記錄目錄位置。 |