@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 +11 -3
- package/qa-dashboard/.env.example +3 -0
- package/docs/application-context.md +0 -20
- package/qa-dashboard/.env +0 -3
package/package.json
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-qa/workflow",
|
|
3
|
-
"version": "2.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": [
|
|
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/
|
|
18
|
+
"url": "https://github.com/houcine111/AI-QA-workflow.git"
|
|
11
19
|
},
|
|
12
20
|
"bin": {
|
|
13
21
|
"ai-qa-workflow": "./cli.js"
|
|
@@ -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