testng-team / testng-eclipse

Eclipse plug-in for TestNG
https://testng.org
194 stars 164 forks source link

[improvement] add code mining annotations for TestNG tests #483

Closed gayanper closed 4 years ago

gayanper commented 4 years ago

With eclipse 4.8 there is support for showing actions which is called code mining https://www.eclipse.org/eclipse/news/4.8/platform_isv.php

Its would be nice to have Run and Debug actions on TestNG test classes and test methods like the JUnit test cases has which are provided by the eclipse JUnit plugin.

I would really like to help you out here with a PR if you think this is a good feature to have in this plugin.

missedone commented 4 years ago

@gayanper , yes that's really a good feature, and appreciate if you can raise a PR. thanks

gayanper commented 4 years ago

@missedone Do you think we should create a new feature and add requirment for that feature so that it should only be installed eclipse photon or above, or should we add the feature into the main plugin since the plugin is already depending on photon ?

I have implemented the mining so that it works.

missedone commented 4 years ago

@gayanper , let's add it to the main plugin since yes Photon and above is hard requirement now. thanks

gayanper commented 4 years ago

@missedone i created a PR even though my local builds are passing, the ci build is failing. I may need some help on this.

gayanper commented 4 years ago

Its passing with the last push i did.

gayanper commented 4 years ago

@missedone can we release this feature ?

missedone commented 4 years ago

released now, thanks for your contribution