This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
RedDeer execution parameters
Marián Labuda edited this page Dec 1, 2015
·
27 revisions
Note: since 0.8 all RD properties must start with rd.* prefix.
| Parameter | Default value | Type | Description | Source |
|---|---|---|---|---|
| rd.timePeriodFactor | 1.0 | float number | increases or decreases wait time in wait conditions | TimePeriod |
| Parameter | Default value | Type | Description | Source |
|---|---|---|---|---|
| rd.logMessageFilter | ALL | pipe separated string | filters log messages according to settings. Possible values are none,trace,debug,error,warn,info,step,error,fatal,all. Values are not case sensitive. |
|
| rd.logLevel | ALL | string | filters log messages according to settings. Possible values are none,trace,debug,error,warn,info,step,error,fatal,all. Values are not case sensitive. |
ExecutionSettings |
| rd.pauseFailedTest | false | boolean | When test fails it pauses next execution until return is pressed | ExecutionSettings |
| rd.recordScreenCast | false | boolean | Record screencast of test execution when true | RequirementsRunner |
| rd.relativeScreenshotDirectory | not set | String | Captures screenshot of failed jobs into given directory | CaptureScreenshot |
| rd.captureScreenshot | not set | String | If set to "true" or null then screenshots are being captured. Otherwise screenshots are not taken. | CaptureScreenshot |
| Parameter | Default value | Type | Description | Source |
|---|---|---|---|---|
| rd.config | undefined | string | Sets directory containing RedDeer requirement configuration(s) | |
| rd.closeShells | true | boolean | Closes all shells, if not successful test fails | CloseAllShellsExt |
| rd.closeWelcomeScreen | true | boolean | Closes welcome screen if true | CloseWelcomeScreenExt |
| rd.disableMavenIndex | true | boolean | Disables downloading maven repository when set to true | DoNotDownloadMavenIndexesExt |
| rd.openAssociatedPerspective | never | string | Controls behavior of opening of associated perspective when project is created | SetOpenAssociatedPerspectiveExt |
| Parameter | Default value | Type | Description | Source |
|---|---|---|---|---|
| debugPort | not set | int | Allows remote debugging on given port | Tycho |
Default RedDeer execution parameters values for new RedDeer Test run configuration could be specified via User Profile