{
    "stopTestsOnFailure" : false,
    "testDbConfiguration" : "examples/exampledb.json",
    "maxRowsForGetAll" : 50,
    "fieldsToIgnoreForUpdate" : ["startDate", "picture", "languageId", "addressId", "rentalDate", "lastUpdate", "returnDate", "location"],
    "fieldsToIgnoreForRowToModelMatch": ["lastUpdate", "picture", "createDate", "paymentDate","rentalDate", "returnDate"],
    "testDataRootPath": "examples/testdata",
    "modelsToExcludeFromUpdateTests": [],
    "poolAlias": "sakila",
    "updateTestDelayMillis": 500
}
