Wedemy / eggeum-android

나에게 맞는 카페 찾기, 이끔
MIT License
12 stars 0 forks source link

Update test.roborazzi to v1.7.0 #168

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi 1.6.0 -> 1.7.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.6.0 -> 1.7.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.6.0 -> 1.7.0 age adoption passing confidence

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi) ### [`v1.7.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.7.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.6.0...1.7.0) ##### 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: ```properties roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory ``` ![image](https://togithub.com/takahirom/roborazzi/assets/1386930/0bb37436-685d-4fea-8a3b-51479d63eb54) Special thanks to [@​timothyfroehlich](https://togithub.com/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 - Add DroidKaigi app as example in README by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/143](https://togithub.com/takahirom/roborazzi/pull/143) - Fix a typo in the readme by [@​timothyfroehlich](https://togithub.com/timothyfroehlich) in [https://github.com/takahirom/roborazzi/pull/144](https://togithub.com/takahirom/roborazzi/pull/144) - Add FAQ by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/145](https://togithub.com/takahirom/roborazzi/pull/145) - Add more detailed explanation for category filter by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/146](https://togithub.com/takahirom/roborazzi/pull/146) - Refactor results json by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/154](https://togithub.com/takahirom/roborazzi/pull/154) - Add HTML report by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/155](https://togithub.com/takahirom/roborazzi/pull/155) - Update json library to fix vulnerabilities by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/158](https://togithub.com/takahirom/roborazzi/pull/158) - Refactor reporter in RoborazziOptions by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/159](https://togithub.com/takahirom/roborazzi/pull/159) - Rename roborazziReporter with captureResultReporter by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/160](https://togithub.com/takahirom/roborazzi/pull/160) - Fix the test task that fails when there are no Roborazzi tests by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/162](https://togithub.com/takahirom/roborazzi/pull/162) - Add a document to clarify the output destination by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/163](https://togithub.com/takahirom/roborazzi/pull/163) - \[Proposal] Add anchors to html report by [@​jeprubio](https://togithub.com/jeprubio) in [https://github.com/takahirom/roborazzi/pull/168](https://togithub.com/takahirom/roborazzi/pull/168) - Update SDK Warning to API 28+ by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/165](https://togithub.com/takahirom/roborazzi/pull/165) - Show images in bottom sheet modal by [@​jeprubio](https://togithub.com/jeprubio) in [https://github.com/takahirom/roborazzi/pull/169](https://togithub.com/takahirom/roborazzi/pull/169) - Refactor around report by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/170](https://togithub.com/takahirom/roborazzi/pull/170) - Add roborazzi.record.filePathStrategy gradle.properties property for dynamic output path resolution by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/172](https://togithub.com/takahirom/roborazzi/pull/172) - Resolve the FileNotFoundException Issue with RoborazziPlugin by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/175](https://togithub.com/takahirom/roborazzi/pull/175) ##### New Contributors - [@​timothyfroehlich](https://togithub.com/timothyfroehlich) made their first contribution in [https://github.com/takahirom/roborazzi/pull/144](https://togithub.com/takahirom/roborazzi/pull/144) - [@​jeprubio](https://togithub.com/jeprubio) made their first contribution in [https://github.com/takahirom/roborazzi/pull/168](https://togithub.com/takahirom/roborazzi/pull/168) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.6.0...1.7.0-rc-1

Configuration

📅 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.

height[bot] commented 10 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.