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

Feature: Allow other plugins to register tasks to produce junit reports #1764

Merged
merged 9 commits into from
May 21, 2021

Conversation

ferozco
Copy link
Contributor

@ferozco ferozco commented May 17, 2021

Before this PR

It was very difficult for custom tasks to leverage gradle-baesline to produce junit XML resulting in errors not being surfaced cleanly at CI.

After this PR

==COMMIT_MSG==
Allow other plugins to register tasks to produce junit reports
==COMMIT_MSG==

The idea is that another plugin could use JunitTaskResultExtension to register a failure reporter for a task they have created

Possible downsides?

@policy-bot policy-bot bot requested a review from robert3005 May 17, 2021 23:28
@ferozco ferozco force-pushed the fo/junit-reports-ext branch from 4e004f7 to d57444c Compare May 18, 2021 02:00
@policy-bot policy-bot bot requested a review from robert3005 May 19, 2021 06:02
@policy-bot policy-bot bot requested a review from robert3005 May 19, 2021 06:02
@policy-bot policy-bot bot requested a review from robert3005 May 19, 2021 06:04
@changelog-app
Copy link

changelog-app bot commented May 20, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Allow other plugins to register tasks to produce junit reports

Check the box to generate changelog(s)

  • Generate changelog entry

@ferozco
Copy link
Contributor Author

ferozco commented May 20, 2021

@CRogers @robert3005 this is ready for another look

@robert3005
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants