You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about running tests from directories other than src/test? I'm currently trying to run Spring integration tests from src/integration for example and I get:
Test run finished after 81 ms
[ 1 containers found ]
[ 0 containers skipped ]
[ 1 containers started ]
[ 0 containers aborted ]
[ 1 containers successful ]
[ 0 containers failed ]
[ 0 tests found ]
[ 0 tests skipped ]
[ 0 tests started ]
[ 0 tests aborted ]
[ 0 tests successful ]
[ 0 tests failed ]
It runs no tests at all. But I can still run them manually from IntelliJ.
The text was updated successfully, but these errors were encountered:
What about running tests from directories other than
src/test
? I'm currently trying to run Spring integration tests fromsrc/integration
for example and I get:It runs no tests at all. But I can still run them manually from IntelliJ.
The text was updated successfully, but these errors were encountered: