Skip to content

Enhancement: Modular QA Platform Architecture#1

Open
philmcneely wants to merge 3 commits into
mainfrom
enhancement/modular-qa-platform
Open

Enhancement: Modular QA Platform Architecture#1
philmcneely wants to merge 3 commits into
mainfrom
enhancement/modular-qa-platform

Conversation

@philmcneely

Copy link
Copy Markdown
Owner

Summary

  • Defines 10 independent modules covering the full testing lifecycle (requirements analysis → test design → execution → reporting)
  • Each module supports pluggable integration adapters (Jira, Azure DevOps, Linear, TestRail, GitHub Issues, etc.)
  • Includes two example workflow compositions: Jira+Zephyr enterprise flow and zero-tools local flow
  • Documents implementation phases and Zephyr testing strategy (free Atlassian dev instance + trial)

Context

test-forge already has the front half built (confluence-clarify, confluence-breakdown, jira-clarify, jira-test-gen). This enhancement maps the full lifecycle and the modular architecture needed to support teams with different toolchains.

Test plan

  • Review enhancement doc for completeness against existing test-forge capabilities
  • Validate --create paths in jira skills work against Atlassian dev instance
  • Set up free Zephyr Scale trial for integration testing

Defines 10 independent modules covering the full testing lifecycle:
requirements analysis, test design, case management, code generation,
execution, self-healing, defect management, observability, visual
regression, and API testing. Each module supports pluggable integration
adapters (Jira, Azure DevOps, Linear, TestRail, etc.) so teams aren't
locked to any single tool.

Includes two example compositions (Jira+Zephyr and no-tools),
implementation phases, and Zephyr testing strategy.
Copilot AI review requested due to automatic review settings May 13, 2026 05:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new enhancement/design document describing a modular QA platform architecture and an example end-to-end Jira + Zephyr workflow, intended to extend test-forge’s existing “front half” capabilities into a full testing lifecycle roadmap.

Changes:

  • Introduces a 10-module conceptual architecture spanning requirements → design → execution → reporting.
  • Documents example workflow compositions (Jira+Zephyr enterprise flow and a local/no-tools flow).
  • Captures a proposed Zephyr Scale testing strategy and phased implementation plan.
Comments suppressed due to low confidence (2)

ENHANCEMENT-jira-zephyr-e2e-workflow.md:560

  • This Zephyr env var list (ZEPHYR_ENABLED, ZEPHYR_PROJECT_KEY, ZEPHYR_DRY_RUN) doesn’t appear elsewhere in this repo (current Zephyr integration is gated by --create plus presence of ZEPHYR_API_TOKEN, with optional ZEPHYR_BASE_URL). Please either align this list with the repo’s current configuration knobs or mark these as future/planned variables.
| `ZEPHYR_ENABLED` | `false` | TCM |
| `ZEPHYR_API_TOKEN` | — | TCM |
| `ZEPHYR_BASE_URL` | `https://api.zephyrscale.smartbear.com/v2` | TCM |
| `ZEPHYR_PROJECT_KEY` | — | TCM |
| `ZEPHYR_DRY_RUN` | `false` | TCM |

ENHANCEMENT-jira-zephyr-e2e-workflow.md:156

  • Endpoints like POST /testcycles and the /testexecutions create/update calls aren’t referenced in this repo’s current Zephyr implementation (which only creates test cases). If these are intended for the Playwright frameworks’ future reporting module, consider moving them to a “planned endpoints” list to avoid overstating current support.
| `POST /testcycles` | Create test cycle |
| `POST /testexecutions` | Create test execution |
| `PUT /testexecutions/{id}` | Update execution status |

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +148 to +153
**Zephyr Scale API endpoints used:**

| Endpoint | Purpose |
|---|---|
| `POST /testcases` | Create test case |
| `GET /testcases` | Duplicate detection |
Comment on lines +42 to +46
| AC Quality | Action |
|---|---|
| Structured + specific + edge cases | Proceed to test design |
| Structured but missing edge cases | Comment with suggestions, proceed with caveats |
| Vague or freeform | Comment with BDD rewrite suggestion, flag for author |
Comment thread ENHANCEMENT-jira-zephyr-e2e-workflow.md Outdated
Comment on lines +543 to +547
| `JIRA_ENABLED` | `false` | TCM, Defect Mgmt |
| `JIRA_BASE` | — | All Jira modules |
| `JIRA_USER` | — | All Jira modules |
| `JIRA_TOKEN` | — | All Jira modules |
| `JIRA_JQL` | — | Requirements Analysis, Code Gen |
Adds 12 modules (up from 10): exploratory testing and mobile testing.
Defines Node.js/Fastify server with BullMQ job queue as the always-on
runtime. Adds OpenAPI-based API contract testing, visual baseline
grouping for mobile, cross-platform self-healing via view hierarchy,
and 7-phase implementation roadmap.
…on, CI integration

Expands platform from 12 to 17 modules. Adds consumer-driven contract
testing (Pact), test data management with factories and PII masking,
OWASP Top 10 security scanning (ZAP + dependency audit), database
validation for post-operation verification, and CI-agnostic runner
with templates for Jenkins/GitLab/CircleCI/Azure/TeamCity.

Updates implementation roadmap from 7 to 9 phases. Adds env vars for
all new modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants