Framework Mode - Failure notification setup
Folder Structure
project-root/ ├── src/ │ ├── main/ │ │ └── java/ │ │ └── com/example/app/ # Application source code │ └── test/ │ └── java/ │ └── com/example/tests/ # JUnit test classes ├── resources/ │ └── test-data/ # Test data files ├── config/ │ └── test.properties # Configuration files ├── reports/ # Test reports output ├── scripts/ # Notification scripts └── pom.xml # Maven build file