Framework Mode - Test execution reporting
Folder Structure for Test Execution Reporting
test-project/ ├── reports/ # Stores test execution reports │ ├── html/ # HTML format reports for easy viewing │ ├── json/ # JSON format reports for integrations │ └── logs/ # Raw logs from test runs ├── tests/ # Test scripts ├── utils/ # Helper functions for reporting and logging ├── config/ # Configuration files for environments and reporting └── ci/ # CI/CD pipeline scripts and configs