-
-
-
-
-
Serialized Fields
-
columns
String columns
Number of columns in test overview table
-
heading
String heading
The overview title displayed at the top of the test overview
-
logo
String logo
Company or project logo displayed on top of page. Defaults to "logo.png"
-
outputFile
String outputFile
Name of output file (.html file extension is added automatically and can be left out). Defaults to "CitrusTests"
-
pageTitle
String pageTitle
Page title displayed at the top of the page
-
-
-
-
Serialized Fields
-
file
String file
The path to the swagger api from which the suite is generated.
-
mappings
MappingsConfiguration mappings
Optional mapping expressions for generated message content manipulation.
-
mode
String mode
Actor (client/server) describing which part to generate test for.
-
operation
String operation
The operation name to generate tests from.
-
-
Serialized Fields
-
author
String author
The test author
-
description
String description
Describes the test case and its actions
-
dictionary
DataDictionaryConfiguration dictionary
-
disabled
boolean disabled
Should generate disabled tests.
-
endpoint
String endpoint
Endpoint used to send and receive messages in generated test.
-
name
String name
-
packageName
String packageName
Which package (folder structure) is assigned to this test. Defaults to "org.citrusframework"
-
suffix
String suffix
The name suffix of all test cases.
-
swagger
SwaggerConfiguration swagger
-
wsdl
WsdlConfiguration wsdl
-
xsd
XsdConfiguration xsd
-
-
Serialized Fields
-
file
String file
The path to the wsdl from which the suite is generated.
-
mappings
MappingsConfiguration mappings
Optional mapping expressions for generated message content manipulation.
-
mode
String mode
Actor (client/server) describing which part to generate test for.
-
operation
String operation
The operation name to generate tests from.
-
-
Serialized Fields
-
file
String file
Path of the xsd from which the sample request and response are get from
-
mappings
MappingsConfiguration mappings
Optional mapping expressions for generated message content manipulation.
-
mode
String mode
Actor (client/server) describing which part to generate test for.
-
request
String request
Name of the xsd-element used to create the xml-sample-request
-
response
String response
Name of the xsd-element used to create the xml-sample-response