Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 3.08 KB

README.md

File metadata and controls

26 lines (21 loc) · 3.08 KB

Java-TestNG-Appium-Selenium

A privately owned and maintained repo with test scripts that run on Sauce Labs. This repo is organized with a tree structure starting mainly with Appium and Selenium but also has examples using Cucumber and Sikuli and more.

The goal of this repo is to provide code examples and solutions to common use cases from users.

Table of Contents

Appium Selenium
My Demo App Real Device Android Selenium
My Demo App Real Device iOS Sauce Performance
My Demo App EmuSim Android Sauce Visual Testing
My Demo App EmuSim iOS Sikuli
Mobile Web Real Device Android Sauce Extended Debugging
Mobile Web Real Device iOS
Mobile Web EmuSim Android
Mobile Web EmuSim iOS
Cucumber/BDD Real Device

In general, tests can be run by executing the respective config xml file found here. Another way to run these tests as part of a CI/CD pipeline is shown by using GitHub Actions and Workflows (Workflows.)