regconfig.json 616 B

1234567891011121314151617181920212223242526
  1. {
  2. "core": {
  3. "workingDir": ".reg",
  4. "actualDir": "test/playwright/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. "shortDescription": true,
  17. "clientId": "$REG_NOTIFY_GITHUB_PLUGIN_CLIENTID"
  18. },
  19. "reg-notify-slack-plugin": {
  20. "webhookUrl": "$SLACK_WEBHOOK_URL"
  21. },
  22. "reg-publish-s3-plugin": {
  23. "bucketName": "growi-vrt-snapshots"
  24. }
  25. }
  26. }