frontend-testing-best-practices이란?
프런트엔드에 대한 모범 사례를 테스트합니다. 단위 테스트보다 E2E 테스트를 강조하고, 구현 세부 사항보다 테스트 동작을 최소화합니다. 테스트를 작성하거나 테스트 코드를 검토할 때 사용합니다. 출처: emerson1337/skills-for-agents.
프런트엔드에 대한 모범 사례를 테스트합니다. 단위 테스트보다 E2E 테스트를 강조하고, 구현 세부 사항보다 테스트 동작을 최소화합니다. 테스트를 작성하거나 테스트 코드를 검토할 때 사용합니다.
명령줄에서 frontend-testing-best-practices AI 스킬을 개발 환경에 빠르게 설치
출처: emerson1337/skills-for-agents.
Guidelines for writing effective, maintainable tests that provide real confidence. Contains 6 rules focused on preferring E2E tests, minimizing mocking, and testing behavior over implementation.
Default to E2E tests. Only write unit tests for pure functions.
Don't unit test React components. Test them through E2E or not at all.
프런트엔드에 대한 모범 사례를 테스트합니다. 단위 테스트보다 E2E 테스트를 강조하고, 구현 세부 사항보다 테스트 동작을 최소화합니다. 테스트를 작성하거나 테스트 코드를 검토할 때 사용합니다. 출처: emerson1337/skills-for-agents.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-testing-best-practices프런트엔드에 대한 모범 사례를 테스트합니다. 단위 테스트보다 E2E 테스트를 강조하고, 구현 세부 사항보다 테스트 동작을 최소화합니다. 테스트를 작성하거나 테스트 코드를 검토할 때 사용합니다. 출처: emerson1337/skills-for-agents.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/emerson1337/skills-for-agents --skill frontend-testing-best-practices 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/emerson1337/skills-for-agents