vue-material-kit/tests/config/regconfig.json
2019-06-20 10:12:49 +03:00

24 lines
501 B
JSON

{
"core": {
"workingDir": ".reg",
"actualDir": "screenshots/latest",
"thresholdRate": 0,
"addIgnore": true,
"ximgdiff": {
"invocationType": "client"
}
},
"plugins": {
"reg-keygen-git-hash-plugin": true,
"reg-notify-github-plugin": {
"clientId": ""
},
"reg-notify-slack-plugin": {
"webhookUrl": "${SLACK_WEBHOOK}"
},
"reg-publish-s3-plugin": {
"bucketName": "${BUCKET_NAME}",
"pathPrefix": "${PATH_PREFIX}"
}
}
}