Skip to content

This repository demonstrates how to run Appium tests in Xunit on BrowserStack App Automate.

Notifications You must be signed in to change notification settings

browserstack/serenity-appium-app-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serenity-appium-app-browserstack

Serenity Integration with BrowserStack SDK.

BrowserStack Logo

Based on

These code samples are currently based on:

  • Appium-Java-Client: 8.1.1
  • Protocol: W3C

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
  3. Gradle (Only required if using Gradle as the build tool)

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

Install the dependencies

To install the dependencies, run :

  • For Android

    cd android
    mvn clean
  • For iOS

    cd ios
    mvn clean

Getting Started

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

Run first test :

  • Update browserstack.yml file at root level of Android examples or iOS examples with your BrowserStack Username and Access Key
  • For Maven: Run the following command to execute tests in the Maven environment:
    mvn test -P sample-test
  • For Gradle: Run the following command to execute tests in the Gradle environment:
    gradle clean sampleTest

Use Local testing for apps that access resources hosted in development or testing environments :

  • Update browserstack.yml file at root level of Android examples or iOS examples with your BrowserStack Username and Access Key
  • Simply configure the browserstackLocal parameter in the browserstack.yml file accordingly in Android examples or iOS examples.
    browserstackLocal: true
    
  • You can use the LocalSample app provided in both folder Android examples or iOS examples to run your test. Change the app parameter in the browserstack.yml file.
  • For Maven: Run the following command to execute tests in the Maven environment:
    mvn test -P sample-local-test
  • For Gradle: Run the following command to execute tests in the Gradle environment:
    gradle clean sampleLocalTest

Note: If you are facing any issues, refer Getting Help section

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.

About

This repository demonstrates how to run Appium tests in Xunit on BrowserStack App Automate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published