개발 정보
[Test] Intellij에서 테스트 시 No tests found for given includes: 에러 발생
Razelo
2023. 1. 30. 17:10
인텔리제이에서 테스트 빌드 중 아래와 같은 에러를 만났다.
No tests found for given includes:
환경 상의 문제인 것 같은데 해결 방법은 간단하다.
인텔리제이 settings에 들어가서 gradle로 이동한다.
해당 설정 창에서 .Run tests using: 을 Intellij IDEA로 바꿔주면 작동한다.
출처는 아래와 같다.
감사합니다.
https://ddasi-live.tistory.com/35
Intellij JUnit Test 실패 No tests found for given includes
Intellij 에서 JUnit Test 할때에 아래와 같이 에러가 발생하였다. No tests found for given includes: filter.includeTestsMatching 확인해본 결과 설정에서 변경 처리를 해야하는 것 Settings > Build,Execution,Deployment > Build
ddasi-live.tistory.com
반응형