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

Add support to customize junit report config to omit spec labels #1087

Merged
merged 1 commit into from Dec 6, 2022

Commits on Dec 5, 2022

  1. Add support to customize junit report config to omit spec labels

    Ginkgo tests that generate JUnit XML report may wish to omit
    labels from appearing within the spec. This is helpful when these
    results get imported into third party applications for
    analyzing/displaying test results. This commit adds a new field to
    the JunitReportConfig to be able to omit labels from being included
    within a spec. By default, labels will be included in the spec within
    the junit xml report (current behavior). Users can override this based
    on their needs.
    ryankwilliams committed Dec 5, 2022
    Copy the full SHA
    5634f45 View commit details
    Browse the repository at this point in the history