Class RunTestRailsParams
- Namespace
- Ranorex.Core.Testing
- Assembly
- Ranorex.Core.dll
public class RunTestRailsParams
- Inheritance
-
RunTestRailsParams
- Inherited Members
-
Constructors
RunTestRailsParams(string, string, string, string, bool, bool, bool)
public RunTestRailsParams(string userName, string password, string runId, string runName, bool shouldUploadVideo, bool shouldUploadReport, bool shouldUploadScreenshots = false)
Parameters
userName string
password string
runId string
runName string
shouldUploadVideo bool
shouldUploadReport bool
shouldUploadScreenshots bool
Properties
Password
public SecureString Password { get; }
Property Value
- SecureString
RunId
public string RunId { get; }
Property Value
- string
RunName
public string RunName { get; }
Property Value
- string
ShouldUploadReport
public bool ShouldUploadReport { get; }
Property Value
- bool
ShouldUploadScreenshots
public bool ShouldUploadScreenshots { get; }
Property Value
- bool
ShouldUploadVideo
public bool ShouldUploadVideo { get; }
Property Value
- bool
UserName
public string UserName { get; }
Property Value
- string