Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
수강할 때 사용하던 코드를 활용해서 진행했습니다.
cucumber 설정은 default-sample 브랜치를 참고했습니다.
�주석으로 작성하던 인수 조건을 gherkin 문법에 맞춰 작성하니 인수 조건 빠르게 파악 가능한 점과
테스트 수행 시 단계별로 성공여부를 확인할 수 있는 점이 좋은 것 같아요.
인수 테스트 작성 시 DataTable을 다룰 때 공식 문서를 잘 살펴보지 않으면 어려울 수 있을 것 같아요.
List, Map외에 DTO 등 Java Object를 활용하는 경우 공식 문서의 DataTables 설명 보다 링크가 도움이 되었습니다.
공식 문서의 안티 패턴 항목은 한 번 훑어봐도 좋을 것 같습니다.