Sumod
Sumod

Reputation: 3846

How to rename TestNG debug configuration in Eclipse

After I installeed TestNG plugin for Eclipse, I tried to configure the same. In the Run as well as Debug configuration, I get the name - Launch.label for a testng configuration. I am following a tutorial here - http://testng.org/doc/eclipse.html#eclipse-installation that names the configuration as TestNG. So I have two questions 1. Why is my configuration being labeled as Launch.label instead of TestNg 2. How can I get it changed. Version - TestNG - 5.14.1 Eclipse - 3.6

Upvotes: 0

Views: 500

Answers (1)

E-Riz
E-Riz

Reputation: 32914

If you're talking about the label in the left-side tree view of the "Debug Configurations" window, that's the name of a category of launch configurations, not your individual config; it's value comes from then plug-in itself and you can't change it. It sounds like the plugin has a bug where the actual name of the TestNG category isn't being set correctly.

Upvotes: 1

Related Questions