This repository contains a multi-module Maven project for AI-powered test execution agents. It is designed to be modular and scalable, separating orchestration logic from specific testing agent ...
web-ui ├── pom.xml └── src └── test ├── java │ └── com │ └── vakifbank │ ├── hooks │ │ └── Hooks.java │ ├── pages │ │ ├── BasePage.java │ │ └── BookStorePage.java ...