This document provides an overview of the folder structure for this framework. It outlines the purpose of each directory and highlights key files for navigation and usage.
MobileApp_UIAutomation/
βββ .github/
β βββ workflows/ # CI/CD workflows for GitHub Actions
βββ scripts/ # Utility and setup scripts
βββ src/ # Source code for the application and tests
β βββ test/ # Test code for Appium
β βββ java/ # Java test classes
β β βββ endpoints/ # API Endpoints and Methods
β β βββ payload/ # POJO Classes and payload json files
β β βββ reporting/ # Reporting Utility for Tests Execution
β β βββ resources/ # Properties file to store data
β β βββ test/ # Test Classes containing Tests
β β βββ utilities/ # Token Managers and other common utilities
βββ test-suites/ # Testng.xml Suites
βββ pom.xml # Maven build configuration file
βββ README.md # Project documentation