destin / maven-test-support-plugin

Apache License 2.0
10 stars 4 forks source link

Add support for the menu item "Show maven tests" from the maven project window #3

Closed Narimm closed 9 years ago

Narimm commented 9 years ago

Currently you can access the test results by right clicking the module in the Project window and it works really well, however given most mavan work would be done from the Maven Projects Window you should make the context available there as well.

View - Tool Windows - Maven Projects

destin commented 9 years ago

First feedback, yay :-)

Frankly I don't use Maven Projects window as it requires switching from Project window. I use Maven Helper plugin (https://github.com/krasa/MavenRunHelper) which I really recommend.

But accessing test results from Maven Projects window is also useful. I'll add it and it should be available within a few days.

If you have any additional suggestions for improvements feel free to let me know.

destin commented 9 years ago

Version 0.0.12 of the plugin is available so Show tests in Maven projects window should now work. Please let me know if you have any problems with that.