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

feat(test): add URL field to annotations for hyperlink display #30665

Merged

Commits on May 5, 2024

  1. feat(test): Add 'url' field to annotations

    The 'url' field is added to the test annotations to provide a distinct way to store links alongside descriptions. This change allows annotations to include URLs for improved clarity and direct linking, which enhances test report organization.
    
    References: #30095
    osohyun0224 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c38d9ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2c68e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770986e View commit details
    Browse the repository at this point in the history
  4. feat(types): add 'url' field to TestCaseAnnotation type

    Added an optional 'url' field to the TestCaseAnnotation type to support hyperlink functionality within test annotations. This update allows annotations to include URLs, enhancing their utility by providing direct links to related resources or issue trackers.
    osohyun0224 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    935ced6 View commit details
    Browse the repository at this point in the history
  5. fix(docs): fix a typo

    osohyun0224 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    5254c83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e78b13 View commit details
    Browse the repository at this point in the history