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

Remove the group name prefix from testng report #7

Closed
niuxuetao opened this issue Apr 7, 2015 · 1 comment
Closed

Remove the group name prefix from testng report #7

niuxuetao opened this issue Apr 7, 2015 · 1 comment
Milestone

Comments

@niuxuetao
Copy link
Owner

The group name as test class package prefix was introduced to let Testng sort tests by paxml group for the order of execution. However this couples the group name into test case name, which would break some testng statistics if the group name is changed (e.g. Jenkins).

To manipulate the test execution order, an alternative is to implement testng's IMethodInterceptor to do the sorting.

The <parameter name="paxmlTestNamePrefixWithPid" value="true" /> workaround is no longer needed.

@niuxuetao niuxuetao added this to the 1.8 milestone Apr 7, 2015
@niuxuetao
Copy link
Owner Author

done in r1.8

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

No branches or pull requests

1 participant