해결된 질문
작성
·
788
0
gradlew clean build했는데 오류가 납니다.
테스트가 실패했다고 뜨는것 같은데 왜 실패한지 모르겠습니다
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///C:/Users/mj751/Documents/javaStudy/jpashop/build/reports/tests/test/index.html
* 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.
* Get more help at https://help.gradle.org
BUILD FAILED in 18s
7 actionable tasks: 7 executed
답변 1
0
안녕하세요. Taek님
다음 파일을 열어보시겠어요?
file:///C:/Users/mj751/Documents/javaStudy/jpashop/build/reports/tests/test/index.html
또는
gradlew clean build --info 로 실행해보시겠어요?