Reputation: 4160
I run maven goal test with IntelliJ and I get back a :
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project, there are test failures.
Where I can see what test failed?
Upvotes: 0
Views: 1274
Reputation: 1472
That's ok in latest IntelliJ versions to see the failed tests in the intellij run panel see the following screenshots:
To see even better details on your successful / failed steps click on the eye icon on the left of the panel and shoose "show successful steps".
I hope this helps!
Upvotes: 1
Reputation: 96
I think in the build folder there might be a surefire report file
Upvotes: 0