All Projects → me-io → Appium Selenium Starter

me-io / Appium Selenium Starter

Licence: mit
Open source, complete and easy to use QA Automation platform

Projects that are alternatives of or similar to Appium Selenium Starter

Qaf
Quality Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey
Stars: ✭ 150 (+400%)
Mutual labels:  automation, selenium, appium
Frameworkium Core
Framework for writing maintainable Selenium and REST API tests in Java.
Stars: ✭ 107 (+256.67%)
Mutual labels:  automation, selenium, appium
Qxf2 Page Object Model
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
Stars: ✭ 155 (+416.67%)
Mutual labels:  automation, selenium, appium
Unium
Automation for Unity games
Stars: ✭ 132 (+340%)
Mutual labels:  automation, selenium, appium
Reporting
Zebrunner Reporting Tool
Stars: ✭ 198 (+560%)
Mutual labels:  automation, selenium, appium
MAQS
Magenic's automation quick start
Stars: ✭ 46 (+53.33%)
Mutual labels:  selenium, appium
easyium-python
easyium is an easy-to-use wrapper for selenium&appium and it can make you more focus on business not the element.
Stars: ✭ 13 (-56.67%)
Mutual labels:  selenium, appium
Wdio Workshop
WebdriverIO Workshop
Stars: ✭ 20 (-33.33%)
Mutual labels:  automation, selenium
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (+806.67%)
Mutual labels:  automation, selenium
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (+70%)
Mutual labels:  selenium, appium
Pywhatsapp
Python Automation using selenium & Scheduling of messages and media
Stars: ✭ 257 (+756.67%)
Mutual labels:  automation, selenium
Selenium Document
a document with regard to selenium
Stars: ✭ 274 (+813.33%)
Mutual labels:  automation, selenium
carina-demo
Carina demo project.
Stars: ✭ 40 (+33.33%)
Mutual labels:  selenium, appium
autotest-framework
UI自动化测试框架,支持APP、Web、HTML5三端, 基于SpringBoot框架, 采用Page Object设计模式,基于 TestNG 测试框架构建测试用例,支持消息通知、失败截屏、HTTP 报告、并发执行等特性
Stars: ✭ 98 (+226.67%)
Mutual labels:  selenium, appium
sahagin-java
Sahagin generates highly readable Selenium/Appium test report from your test code.
Stars: ✭ 26 (-13.33%)
Mutual labels:  selenium, appium
java-opensdk
TestProject Java OpenSDK
Stars: ✭ 45 (+50%)
Mutual labels:  selenium, appium
Tor Browser Selenium
Tor Browser automation with Selenium.
Stars: ✭ 267 (+790%)
Mutual labels:  automation, selenium
Carina
Carina automation framework: Web, Mobile, API, DB
Stars: ✭ 549 (+1730%)
Mutual labels:  selenium, appium
Golem
A complete test automation tool
Stars: ✭ 441 (+1370%)
Mutual labels:  automation, selenium
Infospider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
Stars: ✭ 5,984 (+19846.67%)
Mutual labels:  automation, selenium

Appium Selenium Starter

Simple and easy to use boilerplate for writing tests for mobile or web.


Build Status downloads MIT License Donate

All Contributors PRs Welcome Code of Conduct Watch on GitHub Star on GitHub Tweet

Requirements

  1. PHP >= 7.0
  2. Appium - For Mobile Testing
  3. Selenium - For Web application testing

Installation

You can install this appium-selenium-starter using the following methods:

Cloning the repo

Run the following command to configure the boilerplate on your machine:

git clone [email protected]:me-io/appium-selenium-starter.git

Via composer create-project

Alternatively, you may also install appium-selenium-starter by issuing the Composer create-project command in your terminal:

composer create-project --prefer-dist me-io/appium-selenium-starter

Installing Dependencies

Now run the following command to install required dependencies:

composer install

Configuring Environment

There are two cli applications included in starter. To view a list of all commands in these cli applications inside your terminal run the following commands one by one:

composer run appium
composer run selenium

Appium

Lets configure your environment for running mobile application testing. Open your terminal and run the following command:

composer run appium configure

Selenium

To configure your environment for running selenium server run the below command:

composer run selenium configure

Running Example Tests

Note: For running example tests you need to have installed and configured the android emulator or iOS simulator on your machine.

Before running the mobile tests we need to start the appium server. To start appium server run the following command inside your terminal:

composer run appium start

We need to move everything from example directory to the root folder of the project. Run the following command inside your terminal:

mv example/* .

You can find the android and ios example tests inside /tests directory. We also put some example apps for android and ios inside /tests/_data/test-apps directory.

Android Tests

For running android emulator we are using genymotion. Follow this guide if you do not know how to install and run android emulator. You also need to install the application that you want to test inside android emulator.

Update Suite

Now you need to update the android.suite.yml you can find this filw inside tests directory. And also update the deviceName to your android emulator device name. If you have genymotion installed you can find the device name from the devices list.

Imgur

Running Tests

To run the android tests run the following codecept command inside your terminal:

./vendor/bin/codecept -c example/codeception.yml run android --steps

Android

Note: Make sure appium server is running before running the android tests.

iOS Tests

First you need to run the appium server than you need to start the iOS simulator. Use the following if you do not know how to run iOS sumulator http://www.macinstruct.com/node/494.

Update Suite

Now you need to update the ios.suite.yml you can find this file inside tests directory. Open ios.suite.yml file and update xcodeOrgId and udid to your running simulator identifier string. You can find your identifier string by opening the simulator then Hardware > Device > Manage Devices > Simulators. You will find a list of iOS devices now open the device that you are running and after clicking on the device name you will find the identifier string.

Running Tests

To run the ios tests run the following codecept command inside your terminal:

./vendor/bin/codecept -c example/codeception.yml run ios --steps

iOS

Contributors

A huge thanks to all of our contributors:

📢
Zeeshan Ahmad

💻 🐛 ⚠️ 📖

License

The code is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].