Java/Spring
[Spring] Execution failed for task ':test'.
128june
2022. 7. 18. 12:28
반응형
Execution failed for task ':test'.
> No tests found for given includes: [--- 프로젝트 경로 ---](--tests filter)
* 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.
위와 같은 오류가 발생하였다.
원인은 테스트 메소드 명이 한글일 경우 발생하는 오류.
해결방법은 setting에서 테스트 구동방식을 intellij로 바꿔주면 끝.
반응형