@qa-gentic/stlc-agents 1.0.13 → 1.0.14

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.
@@ -97,10 +97,13 @@ ${b("Next steps")} — run these inside your project root:
97
97
 
98
98
  ${d("This installs skills, writes .vscode/mcp.json, and sets your integration.")}
99
99
  ${d("Run it once; re-run any time to change integration.")}
100
+ ${d("Change integration at any time: qa-stlc init --integration <ado|jira|both>")}
100
101
 
101
102
  ${b("2.")} Scaffold a new Playwright + Cucumber + TypeScript QA project:
102
103
 
103
- ${C.cyan}qa-stlc scaffold --name my-qa-project${C.reset}
104
+ ${C.cyan}qa-stlc scaffold --name my-qa-project${C.reset} ${d("# Creates a new 'my-qa-project' folder in the current directory by default")}
105
+ ${C.cyan}qa-stlc scaffold --dir .${C.reset} ${d("# Scaffold directly into the current directory (no subfolder)")}
106
+ ${C.cyan}qa-stlc scaffold --dir /path/to/your-folder${C.reset} ${d("# Scaffold into a custom folder")}
104
107
 
105
108
  ${b("3.")} Start the Playwright browser server (keep running in a separate terminal):
106
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qa-gentic/stlc-agents",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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",