Interface IRunnerTestMetadata
Namespace: ArtOfTest.WebAii.Execution.Interfaces
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IRunnerTestMetadata
Properties
OutputPath
Declaration
string OutputPath { get; set; }
Property Value
System.String
|
PerformanceResultsPath
Declaration
string PerformanceResultsPath { get; set; }
Property Value
System.String
|
ProjectPath
Declaration
string ProjectPath { get; set; }
Property Value
System.String
|
RemoteStorageUri
Declaration
Uri RemoteStorageUri { get; set; }
Property Value
System.Uri
|
Rerun
Declaration
bool Rerun { get; set; }
Property Value
System.Boolean
|
ResultFilename
Declaration
string ResultFilename { get; set; }
Property Value
System.String
|
SettingsPath
Declaration
string SettingsPath { get; set; }
Property Value
System.String
|
TestPath
Declaration
string TestPath { get; set; }
Property Value
System.String
|