Framework Mode - Test execution time analysis
Folder Structure
src/
└── test/
└── java/
└── com/
└── example/
├── tests/
│ ├── LoginTests.java
│ ├── UserServiceTests.java
│ └── PerformanceTests.java <-- Tests focusing on execution time
├── utils/
│ ├── TimerUtil.java <-- Utility to measure test durations
│ └── TestLogger.java
└── config/
└── TestConfig.java