بنقرة واحدة
e2e
Generate end-to-end tests for critical user flows
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate end-to-end tests for critical user flows
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
Import instincts from teammates or community collections
View learned instincts grouped by domain with confidence levels
| name | e2e |
| description | Generate end-to-end tests for critical user flows |
| user-invocable | true |
Generate or update end-to-end tests using Playwright for critical user flows.
$ARGUMENTS — Description of the flow to test, or "audit" to identify missing E2E coverageIf $ARGUMENTS is "audit":
If $ARGUMENTS describes a flow:
Delegate to the e2e-runner agent to generate tests following:
data-testid selectors (suggest additions if missing)waitForTimeout)## E2E Tests Generated
### Files Created/Updated
| File | Flows | Assertions |
|------|-------|------------|
| e2e/auth.spec.ts | Login, Logout | 8 |
### data-testid Additions Needed
| Component | Suggested testid |
|-----------|-----------------|
| LoginButton | login-submit |
| EmailInput | login-email |
### Run Command
```bash
npx playwright test e2e/auth.spec.ts