destin / maven-test-support-plugin

Apache License 2.0
10 stars 4 forks source link

Show console output for a failed test and navigate to test source code #17

Open mexchip opened 4 years ago

mexchip commented 4 years ago

Would it be possible to implement showing the console output for a failed test and allow navigating to the test source code similar to the default JUnit tests behavior?

I ran a sample test, the Maven test results is nice but it'd be useful if it allowed to navigate to the test source code:

maven-test

This is the same tests run with default JUnit runner included in intellij:

maven-test-junit

StefanLobbenmeier commented 3 years ago

The strange thing is that the description includes that feature: Currently the following features are available:

StefanLobbenmeier commented 3 years ago

As a workaround for me I found the quickest way is to copy the method from the test, search for symbols (Ctrl Alt Shift N) and then paste it there. Still a bit cumbersome but at least faster than navigating there yourself.