happium icon indicating copy to clipboard operation
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...

Results 13 happium issues
Sort by recently updated
recently updated
newest added

reference: https://pablorsk.medium.com/be-a-git-ninja-the-gitattributes-file-e58c07c9e915

feature

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...

feature

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

bug

Install APK info apps to get package name and all available activity names.

documentation

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...

documentation

Current scroll method doesn't timeout if element is not found. Time it out.

bug