-
Notifications
You must be signed in to change notification settings - Fork 874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntegrationTest results of aQuarkus-project are not shown in Test Results window #6448
Comments
Can replicate with a basic project. Only unit test results are shown in the test result window. This didn't work correctly before, btw - it would run the integration test as a unit test. Putting the milestone on for tracking purposes for now. |
@neilcsmith-net Can also replicate this behaviour. Switching to an older maven version (i.e. 3.8.6) shows the test results in the output window (no test result window is shown). "This didn't work correctly before, btw - it would run the integration test as a unit test." I don't think you are right with this. I can clearly see the maven command at the beginning of the output window and this says mvn pre-integration-test failsafe:integration-test |
@neilcsmith-net, @ChMThiel |
@sroeper that! This changed in NB14 with #4096 The Test Results UI was reported as working above in NB13 or earlier - eg. when the integration test was being run as a unit test. |
Added a minimal change that at least triggers the test output UI if |
I'll give it a try - works like a charm |
Apache NetBeans version
Apache NetBeans 19
What happened
After running an IT of a Quarkus-project i expect to see the test-results in the Test Results tab.
But nothing is shown...
How to reproduce
3.1. right-klick -> 'Test file'
3.2 Re-run with different parameters, add skipITs=false (IT will be skipped by default, see https://quarkus.io/guides/getting-started-testing#quarkus-integration-test)
Did this work correctly in an earlier version?
Apache NetBeans 13 or earlier
Operating System
Kubuntu
JDK
jdk-17.0.2
Apache NetBeans packaging
Apache NetBeans Snap Package
Anything else
No response
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: