[GRADLE-2623] testng xml package elements are ignored Created: 09/Jan/13 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.3 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Daniel Zapata | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
I tried this with gradle 1.2 and 1.3. It looks like the <packages> elements are ignored when running testng xml files in gradle. I have a testng file which specifies packages: <test name="Smoke Tests" parallel="methods" thread-count="5"> <packages> <package name="com.api" /> </packages> </test> </suite> This version with classes + groups works <test name="smoke Tests" parallel="methods" thread-count="5"> <classes> <class name="com.api.ListsTests"/> </classes> </test> |
Comments |
Comment by Daniel Zapata [ 09/Jan/13 ] |
I started this on the forum, but this looks like a bug: |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |