| Issue 6: | Add "Run all test classes from package/directory" |
1 of 2
Next ›
|
| 15 people starred this issue and may be notified of changes. | Back to list |
I am an avid user of the "run all tests in the selected project, package or source folder" facility of the JUnit plugin. Such a facility would be a great time-saver for this plugin.
Apr 12, 2007
#1
ajvan...@gmail.com
Jul 9, 2007
I'm keen on this one too, I've noticed that tagging all my tests with "unit" for example and adding that group to the run-configuration does not stay in sync with any new tests tagged with that group (you have to go to the run-configuration and un-check - re-check that group to get it to find the new tests) which is a little annoying...
Jul 13, 2007
Vote++
Oct 3, 2008
Vote++
Oct 19, 2008
Vote+=1;
Mar 20, 2009
Vote++
Apr 21, 2009
vote++
Jun 28, 2009
vote++
Oct 30, 2009
Using TestNG 5.9.05 and Eclipse 20090619-0625, I can right click on a package Run As/TestNG Test to run all tests in that package. Doesn't seem to work for projects or folders though.
Dec 7, 2009
Right-clicking on a package->Run As->TestNG only runs the tests at that package level. It would be nice if it also ran tests in sub packages.
Dec 9, 2009
vote++
Mar 12, 2010
vote++ It's a shame such a usability booster isn't already present.
Mar 12, 2010
I've just realized that it can be done by appending a * marker at the end of the package name. com.mycompany.myinternalstructure.*
Mar 12, 2010
I submitted a patch to enable package->Run As->TestNG to run tests in a package similar to JUnit. Still waiting on a response from the testng dev maintainers.
Aug 13, 2010
vote++
Oct 19, 2010
Pushed to master (will appear in 5.14.2.10). http://github.com/cbeust/testng-eclipse/commit/c7721c1c1092d6073aaa5b02801a33a81f43b327
Summary:
Add "Run all test classes from package/directory"
Status: Fixed |