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

Maven Plugin Junit Reports with properties #491

Open
Bovan95 opened this issue Jan 9, 2020 · 0 comments
Open

Maven Plugin Junit Reports with properties #491

Bovan95 opened this issue Jan 9, 2020 · 0 comments

Comments

@Bovan95
Copy link

Bovan95 commented Jan 9, 2020

In soapui it is possible to generate a junit style report where the properties of the testCase are included in the report.
The maven plugin doesn't include this feature currently.
In the pom it would probably look like this.

<configuration>
    <junitReport>true</junitReport>
    <junitReportWithProperties>true</junitReportWithProperties>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant