Barakka
unread,Oct 31, 2009, 12:14:32 PM10/31/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-users
Hello,
it's not clear to me which is the priority between the groups and
excludeGroups configuration in the maven plugin.
If i set the plugin with something like:
<groups>groupA,groupB</groups>
<excludeGroups>groupC</excludeGroups>
and a test annotated with:
@Test(groups = {"groupA","groupB","groupC"}
will the test be executed on not?
Thanks,
Riccardo.