A Python LangGraph application that generates production-grade Playwright + TypeScript end-to-end test frameworks from a single YAML config file — with LLM-powered generation, DeepEval quality gates, ...
Playwright_Framework/ ├── config/ │ └── config.py # Central configuration file ├── pages/ │ ├── base_page.py # Base page class with common methods │ ├── home_page.py # HomePage object │ ├── contact_us ...