regconfig.json 581 B

12345678910111213141516171819202122232425
  1. {
  2. "core": {
  3. "workingDir": ".reg",
  4. "actualDir": "test/cypress/screenshots",
  5. "thresholdRate": 0.001,
  6. "addIgnore": true,
  7. "ximgdiff": {
  8. "invocationType": "client"
  9. }
  10. },
  11. "plugins": {
  12. "reg-keygen-git-hash-plugin": true,
  13. "reg-notify-github-plugin": {
  14. "prCommentBehavior": "new",
  15. "setCommitStatus": false,
  16. "clientId": "$REG_NOTIFY_GITHUB_PLUGIN_CLIENTID"
  17. },
  18. "reg-notify-slack-plugin": {
  19. "webhookUrl": "$SLACK_WEBHOOK_URL"
  20. },
  21. "reg-publish-s3-plugin": {
  22. "bucketName": "growi-vrt-snapshots"
  23. }
  24. }
  25. }