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(reporter): add support for function type to classname option in the junit reporter #6839

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Nov 1, 2024

  1. feat(reporter): added support function type support to classname opti…

    …on in the junit reporter
    Jean-Philippe Leclerc committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e774ead View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. feat(reporter): created a new option for the junit reporter.

    - classnameTemplate can take a function or a string
    - the string can be parameterized
    
    Change-Id: I6a79ed8f89e23e518c8d18f6fe49a210edaa247a
    Jean-Philippe Leclerc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b061706 View commit details
    Browse the repository at this point in the history
  2. feat(reporter): default to options.suiteName for the suitename in the…

    … classnameTemplate
    
    Change-Id: I03a3d47d26aa36ca5c14cf790a19629d151b7c61
    Jean-Philippe Leclerc committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9bad3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23448c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. feat(reporter): Mention classnameTemplate in the doc

    Change-Id: I1caa6e359998071ced9839ad27d121d25e8b8d99
    Jean-Philippe Leclerc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04add0c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat(reporter): Sightly improved documentation for junit reporter and…

    … fixed typo.
    
    Change-Id: Ie77e0955011fa42d2a8ef42c074327589d780739
    Jean-Philippe Leclerc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2e3dc97 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. feat(reporter): Removed the mention of suitename in classnameTemplate

    Change-Id: I6d4e936a6cabaacf31a82036acf22f9af401bdb0
    Jean-Philippe Leclerc committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fd41ff2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    f2ee2f7 View commit details
    Browse the repository at this point in the history