-
Couldn't load subscription status.
- Fork 103
test(view): e2e 테스트를 위한 프롬프트 템플릿, 커서 룰 추가 및 적용 #1002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e 프롬프트를 통해 자동화 작성을 높일 수 있겠어요~ 멋집니다 👍
예시 E2E 테스트코드 구성해주신 것도 좋습니다 LGTM!!
다만 주석은 정리해주시면 좋을 것 같습니다. 영어로 작성하거나 꼭 필요한 부분에만 주석이 있으면 좋겠어요~ test expect 또는 describe 도 영어로 구성되면 좋을 것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 고생하셨습니다👍🏻
예시 덕분에 추후 작업에 도움될 것 같습니다ㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우와아아아아아아아아!! 엄청난 작업이네요!!!
vibe시대에는 이렇게 context를 작성하는 것도 매우 중요한 것 같습니다.
(그러고보면 이전에도 설계를 잘 작성하는게 중요하긴 했지요!!)
LGGGTM 입니다!!! 빨리 써보고 싶네요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 앞으로 테스트 작성하기 매우 편하겠네요ㅎㅎㅎ
33bc803
|
예시 E2E 테스트코드 주석을 최소한으로 남기고, 영어로 변경했습니다! |
Related issue
Result
실행 방법
./cursor/templates/test.playwright.md에서 자세한 실행 및 커스터마이징 방법을 확인할 수 있습니다.E2E 테스트 생성 (Playwright)
.cursor/templates/test.playwright.md에서의 사용 예시를 참고해 테스트 시나리오를 작성합니다.⌃+I(Cursor Agent)를 누르고 템플릿을 붙여넣습니다.packages/view/tests/에 테스트 파일을 생성합니다.ex) E2E 테스트 예시 (TemporalFilter)
결과:



packages/view/tests/temporal-filter.e2e.spec.ts파일 생성Work list
Discussion