This is a sample of using Roborazzi in Circle CI, which is widely used in mobile development, to issue comments on a Pull Request by a bot when changes exist. Inspired by CircleCI code in kosenda's app repository, Github Actions code in takahirom's sample repository.
When any pull request is created or updated, This will pushes historical test output and comparison output as a branch to remote repository.
- Register a Deploy key with read/write access to GitHub and register the corresponding private key in CircleCI.
- Prepare Github bot account for commenting or pushing branches, and add the account information to circle ci project's environment variables.
GITHUB_BOT_NAME
GITHUB_BOT_EMAIL
GITHUB_BOT_ACCESS_TOKEN
When any pull request is created or updated, This will store historical test output and comparison output as a artifact to circle ci.
Warning
preparing...