You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
549 B

{
"name": "data issues",
"description": "Tests intended to confirm that certain data is present and correct",
"priorityThresh": 1,
"tests": [
{
"id": "1",
"status": "pass",
"user": "julian",
"description": "WOF once said that all of Copenhagen was within Sweden",
"in": {
"text": "Copenhagen"
},
"expected": {
"properties": [
{
"country_a": "DNK",
"country": "Denmark",
"name": "Copenhagen"
}
]
}
}
]
}