Skip to content

Instantly share code, notes, and snippets.

@pietro909
Created March 4, 2022 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietro909/2f082411eb222008091eb5ee0e2c216c to your computer and use it in GitHub Desktop.
Save pietro909/2f082411eb222008091eb5ee0e2c216c to your computer and use it in GitHub Desktop.
Sample config for paginated and archived messages
{
"global": {
"autoLogin": true,
"allowRandomValues" : false
},
"profile": {
"attrs": {
"name": "Gian Maria"
}
},
"messages":{
"legalCount": 10,
"paymentsCount": 10,
"paymentInvalidAfterDueDateWithValidDueDateCount": 10,
"paymentInvalidAfterDueDateWithExpiredDueDateCount": 10,
"paymentWithValidDueDateCount": 10,
"paymentWithExpiredDueDateCount": 10,
"medicalCount": 10,
"withCTA": true,
"withEUCovidCert": true,
"withValidDueDateCount": 10,
"withInValidDueDateCount": 2,
"standardMessageCount": 10,
"archivedMessageCount": 40,
"allowRandomValues": false
},
"wallet": {
"payment": {
"amount": 2222,
"pspFeeAmount": 100
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment