WangJie0822 / Cashbook

记账本
Apache License 2.0
57 stars 9 forks source link

build(deps): bump takahirom-roborazzi from 1.9.0 to 1.10.1 #60

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps takahirom-roborazzi from 1.9.0 to 1.10.1. Updates io.github.takahirom.roborazzi:roborazzi from 1.9.0 to 1.10.1

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.10.1

Changes from 1.10.0

This release includes a bug fix for a Javascript error that prevented the HTML report from being displayed.

Changes from 1.9.0

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 takahirom/roborazzi#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"
          )
        )
      )
  }

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: https://github.com/takahirom/roborazzi/compare/1.9.0...1.10.0

1.10.0

New experimental feature

Custom context data for images and reports

... (truncated)

Commits
  • bd23cf7 1.10.1
  • 84e0506 Merge pull request #263 from takahirom/takahirom/fix-empty-report-by-adding-a...
  • 6471149 Add active class for anchor tag in HTML report
  • 4a90856 1.10.0
  • d0bb4cb Merge pull request #262 from takahirom/takahirom/fix-roborazzi-output-cache/2...
  • 948928b Refactor plugin
  • 5d3c2e9 Merge pull request #260 from takahirom/takahirom/add-contextdata-tabs-for-htm...
  • 764c01a Fix test method name
  • ece8747 Fix skip judge logic
  • 3f6de92 Fix task name filtering logic
  • Additional commits viewable in compare view


Updates io.github.takahirom.roborazzi from 1.9.0 to 1.10.1

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

1.10.1

Changes from 1.10.0

This release includes a bug fix for a Javascript error that prevented the HTML report from being displayed.

Changes from 1.9.0

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 takahirom/roborazzi#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"
          )
        )
      )
  }

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: https://github.com/takahirom/roborazzi/compare/1.9.0...1.10.0

1.10.0

New experimental feature

Custom context data for images and reports

... (truncated)

Commits
  • bd23cf7 1.10.1
  • 84e0506 Merge pull request #263 from takahirom/takahirom/fix-empty-report-by-adding-a...
  • 6471149 Add active class for anchor tag in HTML report
  • 4a90856 1.10.0
  • d0bb4cb Merge pull request #262 from takahirom/takahirom/fix-roborazzi-output-cache/2...
  • 948928b Refactor plugin
  • 5d3c2e9 Merge pull request #260 from takahirom/takahirom/add-contextdata-tabs-for-htm...
  • 764c01a Fix test method name
  • ece8747 Fix skip judge logic
  • 3f6de92 Fix task name filtering logic
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

The following labels could not be found: version update.