Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update roborazzi to v1.7.0 #1057

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Update roborazzi to v1.7.0 #1057

merged 1 commit into from
Dec 17, 2023

Conversation

slack-oss-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
io.github.takahirom.roborazzi plugin minor 1.6.0 -> 1.7.0
io.github.takahirom.roborazzi:roborazzi-junit-rule dependencies minor 1.6.0 -> 1.7.0
io.github.takahirom.roborazzi:roborazzi-compose dependencies minor 1.6.0 -> 1.7.0
io.github.takahirom.roborazzi:roborazzi dependencies minor 1.6.0 -> 1.7.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.7.0

Compare Source

New Features 🚀
  • HTML Report
    You can now view the report, which includes images, when Roborazzi tasks are completed. The report is located at build/reports/roborazzi/index.html.
image
  • Added roborazzi.record.filePathStrategy option to customize image output location when using captureRoboImage(). The image will be saved relative to RoborazziRule's outputDirectoryPath. For example:
roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory

image

Special thanks to @​timothyfroehlich for raising issues and providing valuable code reviews that significantly contributed to this release.

Breaking Changes ⚠️
  • To support the new HTML report feature, we've modified some options related to the existing JSON report. Previously, the JSON report was solely for the compare task, but it now covers all Roborazzi tasks. Therefore, we've updated the option names accordingly.
    Example: Change from ReportOptions.compareOptions.roborazziCompareReporter to RoborazziOptions.reportOptions.captureResultReporter, and update the corresponding reporter classes.
  • Renamed classes associated with CaptureResultReporter for consistency, which were introduced with version 1.7.0-alpha-1.
What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.6.0...1.7.0-rc-1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@slack-oss-bot slack-oss-bot added this pull request to the merge queue Dec 17, 2023
Merged via the queue into main with commit b512d0f Dec 17, 2023
4 checks passed
@slack-oss-bot slack-oss-bot deleted the renovate/roborazzi branch December 17, 2023 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants