Content Preview
# Delete Entity Template
Tests deletion with confirmation dialog and post-delete behaviour.
## Prerequisites
- Authenticated session via `{{authStorageStatePath}}`
- Entity to delete: ID `{{entityId}}`, name `{{entityName}}`
- App running at `{{baseUrl}}`
---
## TypeScript
```typescript
import { test, expect } from '@playwright/test';
test.describe('Delete {{entityName}}', () => {
test.use({ storageState: '{{authStorageStatePath}}' });
// Happy path: delete from detail page
test('deHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/delete.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/templates/crud/delete.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/playwright-pro/templates/crud/delete.md
Related Skills
soft-delete
Soft Delete (Archive/Restore) Template
engineering-teamsoftdelete
by alirezarezvani · alirezarezvani-claude-skills
account-delete
Tests account deletion flow with confirmation and data warning.
engineering-teamaccountdelete
by alirezarezvani · alirezarezvani-claude-skills
rest-crud
Tests GET, POST, PUT, and DELETE API endpoints directly via Playwright's request API.
engineering-teamrestcrudapi
by alirezarezvani · alirezarezvani-claude-skills
cs-senior-engineer
Senior Engineer agent for architecture decisions, code review, DevOps, and API design. Orchestrates engineering and engineering-team skills for technical implementation work. Spawn when users need system design, code quality review, CI/CD pipeline setup, or infrastructure decisions.
agentsseniorengineeragent
by alirezarezvani · alirezarezvani-claude-skills