بنقرة واحدة
fp-update
Update existing E2E tests to match current E2E_TESTS.md specifications
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Update existing E2E tests to match current E2E_TESTS.md specifications
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a new feature or suite to the E2E spec and generate corresponding tests
Create a new E2E_TESTS.md specification file for a package
Bootstrap E2E_TESTS.md specification files for a project
Validate that E2E_TESTS.md specification files are complete and well-structured
Update an existing E2E_TESTS.md specification to reflect changes
Framework-agnostic E2E testing principles, spec-driven test generation, and maintenance workflows
| name | fp-update |
| description | Update existing E2E tests to match current E2E_TESTS.md specifications |
Update existing E2E tests to match the current state of E2E_TESTS.md specifications. This is the primary maintenance command — use it after specs change to bring tests in sync.
Additional instructions from the user: "$ARGUMENTS". Ignore if empty.
This command has four phases. Complete all four in order.
E2E_TESTS.md files by searching recursively from the project root. Read the root-level spec first to understand project-wide testing constraints.E2E_TESTS.md, extract:
**/*.e2e.test.***/e2e/**/*.test.*Map each spec element to existing tests. Build a coverage matrix and identify:
Present a summary:
Ask the user if they want to proceed with all updates, or focus on specific suites/features.
Apply changes following these rules:
<feature>.e2e.test.<ext> convention.describe / it blocks in vitest/jest).beforeEach / afterEach in vitest/jest).