@ai-qa/workflow 2.0.0 → 2.0.2

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/package.json CHANGED
@@ -1,13 +1,21 @@
1
1
  {
2
2
  "name": "@ai-qa/workflow",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "One-command AI QA Pipeline — User Story to Test Report. Auto-detects project config, generates Playwright tests, self-heals failures, dashboard UI.",
5
- "keywords": ["qa", "testing", "playwright", "ai", "test-automation", "e2e", "dashboard"],
5
+ "keywords": [
6
+ "qa",
7
+ "testing",
8
+ "playwright",
9
+ "ai",
10
+ "test-automation",
11
+ "e2e",
12
+ "dashboard"
13
+ ],
6
14
  "license": "MIT",
7
15
  "author": "AI QA Workflow",
8
16
  "repository": {
9
17
  "type": "github",
10
- "url": "https://github.com/your-org/ai-qa-workflow"
18
+ "url": "https://github.com/houcine111/AI-QA-workflow.git"
11
19
  },
12
20
  "bin": {
13
21
  "ai-qa-workflow": "./cli.js"
@@ -0,0 +1,3 @@
1
+ PORT=4000
2
+ SESSION_SECRET=change-this-to-a-random-string
3
+ # DEFAULT_PROJECT_PATH=/path/to/your/project
@@ -1,20 +0,0 @@
1
- # Application Context
2
- # Auto-generated from project scan. Edit to provide more context for AI agents.
3
-
4
- ## Project
5
- - Name: ai-qa-workflow-template
6
- - Description: Reusable AI QA Workflow - User Story to Test Report pipeline
7
- - URL: http://localhost:4000
8
- - Environment: Web Application
9
-
10
- ## Tech Stack
11
- - (auto-detected from project files)
12
-
13
- ## Stable Selectors
14
- - (populate during exploration)
15
-
16
- ## Known Flaky Areas
17
- - (populate during execution)
18
-
19
- ## Authentication
20
- - User: (set in .qa-workflow.json or auto-detect from .env)
package/qa-dashboard/.env DELETED
@@ -1,3 +0,0 @@
1
- PORT=4000
2
- SESSION_SECRET=qa-dashboard-secret
3
- DEFAULT_PROJECT_PATH=C:\Users\aitbe\test_wakil