SettingsAppAutomation/ ├── src/ │ ├── pages/ │ │ ├── SettingsPage.ts # Settings main page │ │ └── SettingPage.ts # General/About pages │ ├── utils/ │ │ ├── WaitUtils.ts # Wait strategies │ │ └── ...
Currently this framework has been developed to run scripts in ANDROID platform with real device. The tests run both on Android Native App and Mobile Browser. Chrome browser is configured currently for ...