Framework Mode - Parallel test configuration
Folder Structure
project-root/
├── src/
│ ├── main/
│ │ └── java/
│ │ └── com/example/app/ # Application source code
│ └── test/
│ └── java/
│ └── com/example/tests/ # Test classes
│ ├── pages/ # Page Object classes
│ ├── utils/ # Utility classes (e.g., WebDriverFactory)
│ └── parallel/ # Parallel test configuration classes
├── resources/
│ └── test.properties # Test configuration files
├── pom.xml # Maven build file with dependencies and plugins
└── junit-platform.properties # JUnit 5 configuration file for parallel execution