@qa-gentic/stlc-agents 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ORCHESTRATION_RULES.md +4 -0
- package/package.json +1 -1
package/ORCHESTRATION_RULES.md
CHANGED
|
@@ -74,6 +74,7 @@ stubs and then acknowledge the violation — it must prevent them before generat
|
|
|
74
74
|
- If a step cannot produce a complete output, declare it `[!] blocked` and stop.
|
|
75
75
|
- Partial outputs passed downstream cause compounding failures and wasted tokens.
|
|
76
76
|
|
|
77
|
+
|
|
77
78
|
**Countable verification pattern (required for code generation steps):**
|
|
78
79
|
```
|
|
79
80
|
Expected: [N] step definitions (from scenario_inventory)
|
|
@@ -81,6 +82,9 @@ Generating: [N] step definitions
|
|
|
81
82
|
Verify after: count implemented bodies — must equal [N], zero empty
|
|
82
83
|
```
|
|
83
84
|
|
|
85
|
+
**Gherkin Scenario Mapping Rule:**
|
|
86
|
+
Gherkin scenarios must be derived from acceptance criteria and the real user flow (as mapped in the flow map), not from the manual test case list. There is no enforced 1:1 mapping between manual test cases and Gherkin scenarios. Scenarios should cover all acceptance criteria, boundary cases, and negative paths, but may combine or split flows as needed for clarity and maintainability.
|
|
87
|
+
|
|
84
88
|
### 2.6 Query-Driven Data Capture (Snapshot / Scraping Steps)
|
|
85
89
|
|
|
86
90
|
- Navigation is NOT the deliverable — **structured data extraction** is.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qa-gentic/stlc-agents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "QA STLC Agents — five MCP servers + skills for AI-powered test case, Gherkin, Playwright generation, and Helix-QA file writing against Azure DevOps and Jira Cloud. Full pipeline for both: fetch → test cases → Gherkin → Playwright → Helix-QA. Works with Claude Code, GitHub Copilot, Cursor, Windsurf.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"playwright",
|