happium
happium copied to clipboard
A Appium Project: Goal of this project is to provide new Appium users with a reference framework that they can use to create production grade, cross platform, mobile app tests. End result should be a...
feature: add gitattribute file to denote which files should be treated like text for line endings.
reference: https://pablorsk.medium.com/be-a-git-ninja-the-gitattributes-file-e58c07c9e915
https://pages.github.com/
Add Docker solenoid to run tests on selenoid
To compare between build times and stability, add saucelabs also as a parallel stage in CI.
I think it is a one month window after apps need a fresh upload (to be verified). Currently I do this step manually when scripts start failing. Automate this step...
Below variables that are I write to path, should not be rewritten if script is run multiple times. Add a check for that. %ANDROID_HOME%\platform-tools %ANDROID_HOME%\tools %ANDROID_HOME%\tools\bin %ANDROID_HOME%\emulator
Install APK info apps to get package name and all available activity names.
Add examples with number of tests for each class and what to expect as a result (say test class1 with 3 tests, TC2 with 2 tests and Test class 3...
Current scroll method doesn't timeout if element is not found. Time it out.