Skip to main content
Back to registry

frontend-testing-best-practices

sergiodxa/agent-skills

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.

Installs1
Install command
npx skills add https://github.com/sergiodxa/agent-skills --skill frontend-testing-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. Reference these guidelines when: 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. Keep mocks simple. If you need 3+ mocks, write an E2E test instead.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does frontend-testing-best-practices do?

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.

Is frontend-testing-best-practices good?

frontend-testing-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does frontend-testing-best-practices work with?

frontend-testing-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to frontend-testing-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install frontend-testing-best-practices?

npx skills add https://github.com/sergiodxa/agent-skills --skill frontend-testing-best-practices

Related skills

More from sergiodxa/agent-skills

Related skills

Alternatives in Software Engineering