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.
|
PerformanceResultsPath
Declaration
string PerformanceResultsPath { get; set; }
Property Value
System.
|
ProjectPath
Declaration
string ProjectPath { get; set; }
Property Value
System.
|
RemoteStorageUri
Declaration
Uri RemoteStorageUri { get; set; }
Property Value
System.
|
Rerun
Declaration
bool Rerun { get; set; }
Property Value
System.
|
ResultFilename
Declaration
string ResultFilename { get; set; }
Property Value
System.
|
SettingsPath
Declaration
string SettingsPath { get; set; }
Property Value
System.
|
TestPath
Declaration
string TestPath { get; set; }
Property Value
System.
|