Remote Agents | ||||
---|---|---|---|---|
Alias | Host | Agent version | Central Alias | Remove |
{{agent.$alias}} | {{agent.host.server}}:{{agent.host.port}} | {{agent["agent.version"]}} |
Parameter | Value |
---|---|
record.storage.location
Directory where IwTestAgent initially stores recorded test data.
Relative paths are relative to the IntegrationServers working directory.
Default value: 'pipeline'.
Note: If you change this value, make sure the directory exists. IwTest will not create it. |
|
record.stubs.use.service.signature
If set to 'true' then only the defined inputs and outputs of a service that
you're recording for stubbing are saved. This is the default. If set to 'false' the
complete pipeline is saved. Do this only if the stubbed service relies
on undefined input or returns essential, but undefined output. If you can, have the
service signatures changed.
|
|
record.sample.interval.ms
Minimum interval between two recordings of the same service. This prevents
a quick fill-up of disk space in a high volume environment. Default: 2000 ms.
|
|
generate.test.package.suffix
Controls the name of the target package when generating a test suite flow service
based on recorded data. Default: '_Test'.
If you leave this value empty, then the generated test flow service will be created
in the same package.
|
|
generate.test.suite.service.infix
Controls the name of the generated test suite flow service. This infix
will be appended to the root folder of the full service name. Default: '_test'.
In order to avoid naming conflicts either this infix or the suffix must have a value.
|
|
generate.test.suite.service.suffix
Controls the ending of the name of the generated test suite flow service. Default: '_ts'.
In order to avoid naming conflicts either this suffix or the infix must have a value.
|
|
generate.test.package.folder
Directory in the target package where the test data for generated test suite
flow services are stored. Default: 'testfiles'.
|
|
execute.expand.file.assertions
Controls whether assertions that were saved to a file will be
individually listed in the results overview.
|
|
assertion.datatype.ignore
If set to true then values are regarded equal if their string representations are equals, e.g.
5 = "5", or 12 (int) = 12 (long)
|
|
ui.distributed.enabled
If set to true then you can configure remote agents for test execution
|
|
logger.level
Sets the logging level. Valid values: trace, debug, info, warn, error
|
|