File size: 606 Bytes
84c7aec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "model_name": "playwright-test-automator",
  "version": "1.0.0",
  "description": "AI-powered Playwright test generation model for web applications",
  "architecture": "rag-based",
  "language": "en",
  "author": "QA RAG App Team",
  "license": "apache-2.0",
  "framework": "playwright",
  "dependencies": {
    "playwright": "^1.40.0",
    "openai": "^4.0.0",
    "supabase": "^2.0.0",
    "giskard": "^2.16.2"
  },
  "model_parameters": {
    "validation_threshold": 0.6,
    "max_improvement_iterations": 3,
    "selector_robustness_enabled": true,
    "error_handling_level": "comprehensive"
  }
}