[SPRINGBOOT] Execution failed for task ':test'.

THOVY·2022년 7월 8일
0

TROUBLESHOOTING

목록 보기
4/41

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


❌ TROUBLE


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.

✅ 해결법

  1. 설정에 들어가서 빌드, 실행, 배포 - 빌드 도구 - gradle 을 찾아 들어간다
    (build, execution, deployment - build tools - gradle)
  1. 다음을 사용하여 테스트 실행 이라는 것을 Gradle 이 아니라 IntelliJ IDEA 로 바꿔준다. (run tests using)

별 거 아니다.

profile
BEAT A SHOTGUN

1개의 댓글

comment-user-thumbnail
2023년 5월 25일

왜 그래들로는 테스트 실행이 안되는건가요?

답글 달기