Database Plugin — Configuration Reference

Autogenerated from config.yaml. Do not edit manually.


db.maxAssertRows

Maximum number of rows from the expected data table that will be evaluated when asserting table contents. Defaults to 100.

Type integer

Default value 100


db.nullValue

The string value that will be interpreted as SQL NULL when loading data from tables, CSV files or Excel files. Cells matching this value will be inserted as NULL.

Type text

Default value ``


db.datasources

Map of named datasource configurations. Each key is the datasource alias used in test steps to identify the target database connection.

Type map