mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-28 07:54:52 +08:00
24 lines
501 B
JSON
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}"
|
|
}
|
|
}
|
|
} |