From beb839d8e2a67f543c8704ec5b11c90a6b0c4c89 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 27 Nov 2025 22:38:42 +0800 Subject: [PATCH] refactor: Add automation framework configuration section to test task generation documentation --- .claude/commands/workflow/tools/test-task-generate.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.claude/commands/workflow/tools/test-task-generate.md b/.claude/commands/workflow/tools/test-task-generate.md index 2c64ebd5..6287dbfe 100644 --- a/.claude/commands/workflow/tools/test-task-generate.md +++ b/.claude/commands/workflow/tools/test-task-generate.md @@ -169,6 +169,15 @@ Required flow_control fields: - exit_conditions: ["all_tests_pass", "max_iterations_reached"] - auto_revert_on_failure: true +### Automation Framework Configuration +Select automation tools based on test requirements from TEST_ANALYSIS_RESULTS.md: +- UI interaction testing → E2E browser automation (meta.e2e_framework) +- API/database integration → integration test tools (meta.test_tools) +- Performance metrics → load testing tools (meta.perf_framework) +- Logic verification → unit test framework (meta.test_framework) + +**Tool Selection**: Detect from project config > suggest based on requirements + ### TEST_ANALYSIS_RESULTS.md Mapping PRIMARY requirements source - extract and map to task JSONs: - Test framework config → meta.test_framework (use existing framework from project)