Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
Contains a set of 4 tests, two for Android, two for iOS. Each OS has an app test and a web test. The tests are executed using Appium and are run using python unit testing. Also contains configuration files for CI integrations, see Readme.md.
Contains a set of 4 tests, two for Android, two for iOS. Each OS has an app test and a web test. The tests are executed using Appium and are run using JUnit. Also contains configuration files for CI integrations, see Readme.md.
Contains a set of 4 tests, two for Android, two for iOS. Each OS has an app test and a web test. The tests are executed using Appium and are run using Ruby unit testing and ruby parallel tests. Also contains configuration files for CI integrations, see Readme.md.
This project offers a framework for appium projects to make mobile app testing easier. The approach is similar to page object oriented Selenium frameworks, we homogenize how xpaths, ids, ... are related to page objects, how screenshots are taken and where are saved. We also provide modules and classes that automate the process to get the right capabilities to run our texts and to find web elements in our classes