This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
RedDeer execution parameters
jpeterka edited this page Mar 19, 2015
·
27 revisions
Parameter | Default value | Type | Description | Source |
---|---|---|---|---|
logDebug | true | boolean | If true log contains debug and trace messages | ExecutionSettings |
logMessageFilter | ALL | pipe separated string | filters log messages according to settings. Possible | |
logLevel | ALL | string | filters log messages according to settings. Possible values are none,trace,debug,error,warn,info,step,error,fatal,all . Values are case insensitive |
ExecutionSettings |
pauseFailedTest | false | boolean | When test fails it pauses next execution until return is pressed | ExecutionSettings |
recordScreenCast | false | boolean | Record screencast of test execution when true | RequirementsRunner |
relativeScreenshotDirectory | not set | String | Captures screenshot of failed jobs into given directory | CaptureScreenshot |
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 |
---|---|---|---|---|
reddeer.config | undefined | string | Sets directory containing RedDeer requirement configuration(s) | |
reddeer.close.shells | true | boolean | Closes all shells, if not successful test fails | CloseAllShellsExt |
reddeer.close.welcome.screen | true | boolean | Closes welcome screen if true | CloseWelcomeScreenExt |
reddeer.disable.maven.download.repo.index.on.startup | true | boolean | Disables downloading maven repository when set to true | DoNotDownloadMavenIndexesExt |
reddeer.set.open.associated.perspective | 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 |