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.10.0 #457

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Update roborazzi to v1.10.0 #457

merged 1 commit into from
Feb 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi 1.9.0 -> 1.10.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose-desktop 1.9.0 -> 1.10.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.9.0 -> 1.10.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.9.0 -> 1.10.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.9.0 -> 1.10.0 age adoption passing confidence

Warning

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


Release Notes

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

v1.10.0

Compare Source

New experimental feature

Custom context data for images and reports

Custom context data enables the addition of information to images and reports in Roborazzi's tests, which I believe is very important. For example, it can include the test class name of a screenshot or whether it is in dark mode.
You can now add custom context data using RoborazziOptions, and Roborazzi will add the test class name metadata if you use RoborazziRule. If you have any opinions about this feature, please let me know at https://github.com/takahirom/roborazzi/issues/257.
Furthermore, this opens up possibilities with AI. Given that AI now possesses multimodal capabilities, it has become feasible for AI to process images.
This feature was made possible thanks to @​sanao1006 's contribution of migrating from org.json to gson.

    onView(ViewMatchers.isRoot())
      .captureRoboImage(
        roborazziOptions = RoborazziOptions(
          contextData = mapOf(
            "context_data_key" to "context_data_value"
          )
        )
      )
  }
image

Important bug fix

Gradle attempts to load the test cache whenever possible, but there was an issue where Roborazzi couldn't restore images from the cache. This release includes a fix for this problem. Thank you, @​francescocervone, for reporting this issue.

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.9.0...1.10.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies upgrade dependencies label Feb 18, 2024
@qdsfdhvh qdsfdhvh merged commit 09c80f2 into master Feb 18, 2024
5 checks passed
@qdsfdhvh qdsfdhvh deleted the renovate/roborazzi branch February 18, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies upgrade dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant