Execute complete test generation workflow (test case → E2E code → run tests)
JIRA_KEY## Name full-workflow ## Synopsis ## Description The `full-workflow` command executes the complete test generation workflow, automating all steps from test case generation to test execution. This command combines three agents in sequence: 1. Test case generation 2. E2E test code generation 3. Test execution and reporting ## Implementation Executes the workflow orchestrator agent at `config/agents/workflow_orchestrator.md` The orchestrator performs: 1. **test_case_generation** - Generates comprehensive test cases from JIRA 2. **e2e_test_generation_openshift_private** - Creates E2E test...