testng-eclipse
testng-eclipse copied to clipboard
Run configuration for TestNG plugin gets confused with multiple run configurations
We're using TestNG Eclipse Support 6.8.6.20130517 on Eclipse Platform 3.7.2.v201202080800.
We have several different test groups defined, and have created several run configurations for those test groups. If I bring up the Run Configurations user interface, and switch between the several different run configurations, it seems to get confused about which run configuration I'm looking at, and possibly even combines them all.
Unfortunately it's very hard to reproduce, so I can't give you exact steps yet, but if I can I will let you know. Basically, it just seems to not have a good handle on which run configuration is supposed to be doing what. I can't really explain it. Hopefully this rings a bell or something though for you!
Again, I'll provide more details if I end up being able to come up with some reproduction steps or anything else.
This is quite easy to reproduce for me: in a project with multiple groups defined, adding two TestNG configurations with different groups (Applying changes), and then simply clicking between them will cause both configurations to have both groups selected in the Groups field.
It also appears that there is no change tracking in the fields: simply typing in a group name does nothing - the Browse button has to be used to select the groups.