Closed renovate[bot] closed 7 months ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
This PR contains the following updates:
1.10.1
->1.11.0
1.10.1
->1.11.0
1.10.1
->1.11.0
Release Notes
takahirom/roborazzi (io.github.takahirom.roborazzi)
### [`v1.11.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.11.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.10.1...1.11.0) ##### New feature In Roborazzi, if you specify outputDir in the Gradle settings, you can use [the build cache](https://togithub.com/takahirom/roborazzi?tab=readme-ov-file#q-my-tests-are-being-skipped-or-conversely-are-being-run-when-they-should-be-skipped-how-can-i-handle-caching-to-address-this). Now, Roborazzi passes the setting into the test. build.gradle roborazzi { outputDir = "src/your/screenshot/folder" } [gradle.propeties](https://togithub.com/takahirom/roborazzi?tab=readme-ov-file#roborazzirecordfilepathstrategy) roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory Test captureRoboImage() -> saved src/your/screenshot/folder/package.class.method.png captureRoboImage("test.png") -> saved src/your/screenshot/folder/test.png ##### What's Changed - Add helpful error message for class cast exception by [@takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/267](https://togithub.com/takahirom/roborazzi/pull/267) - Use 'verify' task when specifying both 'compare' and 'verify' by [@takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/269](https://togithub.com/takahirom/roborazzi/pull/269) - Respect gradle build dir for reports by [@takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/270](https://togithub.com/takahirom/roborazzi/pull/270) - Add "The images taken from Roborazzi seem broken" FAQ by [@takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/277](https://togithub.com/takahirom/roborazzi/pull/277) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.10.1...1.11.0Configuration
📅 Schedule: Branch creation - "before 4am" in timezone Asia/Seoul, 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.
This PR has been generated by Mend Renovate. View repository job log here.