Test Angular behavior with appropriate unit, component, and E2E boundaries.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill angular-testing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Angular Testing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-angular-testing)More formats (shields.io, HTML) on the badges page.
---
name: angular-testing
description: Test Angular behavior with appropriate unit, component, and E2E boundaries.
---
# Angular testing
Test behavior users and callers rely on.
## Scope
Use plain unit tests for pure functions and services. Use component tests for rendered behavior,
inputs, outputs, and template interaction. Use E2E tests for routing, browser integration, and
critical user flows.
## Coupling
Avoid tests that depend on private fields, incidental component internals, or exact template
structure unless that structure is the behavior. Prefer user-visible queries and meaningful state.
## Modern APIs
Use current Angular testing helpers and migrations for standalone components, router tests, and
signals. Keep setup small so failures point at behavior, not ceremony.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!