스프링부트와 AWS로 혼자 구현하는 웹서비스를 따라하며 생긴 문제들을 정리하자.

Execution failed for task ':test'.
There were failing tests. See the report at: @@@@
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
gradle 을 찾아 들어간다gradle)다음을 사용하여 테스트 실행 이라는 것을 Gradle 이 아니라 IntelliJ IDEA 로 바꿔준다. (run tests using)
별 거 아니다.
왜 그래들로는 테스트 실행이 안되는건가요?