| 1234567891011121314151617181920212223242526 |
- {
- "core": {
- "workingDir": ".reg",
- "actualDir": "test/playwright/screenshots",
- "thresholdRate": 0.001,
- "addIgnore": true,
- "ximgdiff": {
- "invocationType": "client"
- }
- },
- "plugins": {
- "reg-keygen-git-hash-plugin": true,
- "reg-notify-github-plugin": {
- "prCommentBehavior": "new",
- "setCommitStatus": false,
- "shortDescription": true,
- "clientId": "$REG_NOTIFY_GITHUB_PLUGIN_CLIENTID"
- },
- "reg-notify-slack-plugin": {
- "webhookUrl": "$SLACK_WEBHOOK_URL"
- },
- "reg-publish-s3-plugin": {
- "bucketName": "growi-vrt-snapshots"
- }
- }
- }
|