Interface
IRunnerTestMetadata

Definition

Namespace:ArtOfTest.WebAii.Execution.Interfaces

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public interface IRunnerTestMetadata

Derived Classes: RunnerTestMetadata

Properties

OutputPath

Wrapper around IRunnableGUITestBuilder.RunnableOutputPath

Declaration

cs-api-definition
string OutputPath { get; set; }

Property Value

string

PerformanceResultsPath

Wrapper around IRunnableGUITestBuilder.RunnablePerformanceResultsPath

Declaration

cs-api-definition
string PerformanceResultsPath { get; set; }

Property Value

string

ProjectPath

Wrapper around IRunnableGUITestBuilder.RunnableProjectPath

Declaration

cs-api-definition
string ProjectPath { get; set; }

Property Value

string

RemoteStorageUri

Remote vs Local (null) storage uri

Declaration

cs-api-definition
Uri RemoteStorageUri { get; set; }

Property Value

Uri

Rerun

Indicates if the test is rerun

Declaration

cs-api-definition
bool Rerun { get; set; }

Property Value

bool

ResultFilename

Wrapper around IRunnableGUITestBuilder.RunnableResultFilename

Declaration

cs-api-definition
string ResultFilename { get; set; }

Property Value

string

SettingsPath

Wrapper around IRunnableGUITestBuilder.RunnableSettingsPath

Declaration

cs-api-definition
string SettingsPath { get; set; }

Property Value

string

TestPath

Wrapper around IRunnableGUITestBuilder.RunnableTestPath

Declaration

cs-api-definition
string TestPath { get; set; }

Property Value

string