refactor: 회원 도메인 리팩토링 #217
gradle.yml
on: pull_request
Build and test project
1m 30s
Annotations
2 errors and 1 warning
AuthRestControllerDocsTest.signUp()은 회원 가입 할 수 있다.:
src/test/java/com/fc/shimpyo_be/domain/member/docs/AuthRestControllerDocsTest.java#L65
org.springframework.restdocs.snippet.SnippetException: The following parts of the payload were not documented:
{
"emailRegexp" : "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",
"passwordRegexp" : "^(?=.*[A-Za-z])(?=.*\\d)(?=.*[@$#^()!%*?&])[A-Za-z\\d@$!#^()%*?&]{8,30}$",
"nameMin" : 2,
"nameMax" : 30
}
|
Build and test project
Gradle build failed: see console output for details
|
signUp()은 회원 가입 할 수 있다. (com.fc.shimpyo_be.domain.member.docs.AuthRestControllerDocsTest) failed:
com.fc.shimpyo_be.domain.member.docs.AuthRestControllerDocsTest#L0
build/test-results/test/TEST-com.fc.shimpyo_be.domain.member.docs.AuthRestControllerDocsTest.xml [took 0s]
|