Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.88 KB

File metadata and controls

53 lines (31 loc) · 1.88 KB

testng-appium-app-browserstack

This repository demonstrates how to run Appium tests in TestNG on BrowserStack App Automate using BrowserStack SDK.

BrowserStack Logo

Setup

Requirements

  1. Java 8+

    • If Java is not installed, follow these instructions:
      • For Windows, download latest java version from here and run the installer executable
      • For Mac and Linux, run java -version to see what java version is pre-installed. If you want a different version download from here
  2. Maven (Only required if using Maven as the build tool)

    • If Maven is not downloaded, download it from here
    • For installation, follow the instructions here

Install the dependencies

To install the dependencies for tests, run :

mvn clean

Getting Started

Getting Started with Appium tests in TestNg on BrowserStack couldn't be easier!

Run Sample test :

  • For Maven: Run the following command to execute tests in the Maven environment:
    mvn test -P sample-test

Integration with other Java frameworks

For other Java frameworks samples, refer to following repositories :

Note: For other test frameworks supported by App-Automate refer our Developer documentation

Getting Help

If you are running into any issues or have any queries, please check Browserstack Support page or get in touch with us.