Or in alternative formulation:
Are tests in TestNG assigned to a default group if no group is specified, and if yes, what is the name of that default group? (Yes, I have read this post).
I want to only specify a group for a TestNG test if it is a special (integration, functional, exploratory, very slow) test.
I want to keep the unit tests clean of annotations.
But I want to be able to only run the unit-tests without explicitly setting excludedGroups
for all the other groups (new ones might be added..).
According to the JIRA, TESTNG-160, try:
exclude="*"'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With