Skip to content

Install Appium with GitHub Action to be able to run Automation for iOS, Android, and Windows Apps

License

Notifications You must be signed in to change notification settings

FinbertMDS/setup-appium

Repository files navigation

Appium GitHub Action

This repository contains an action for use with GitHub Actions, which installs a specified version of the appium.

Requirements

This action requires the following dependencies to be installed as part of your workflow:

  • actions/setup-node

Usage

Install the latest version of the Appium:

- name: Use Node.js
  uses: actions/setup-node@v1
  with:
    node-version: '12.x'
- name: Install Appium
  uses: FinbertMDS/setup-appium@latest

Install a specific version of the Appium:

- name: Use Node.js
  uses: actions/setup-node@v1
  with:
    node-version: '12.x'
- name: Install Appium
  uses: FinbertMDS/setup-appium@latest
  with:
    appium-version: "1.20.2"
- run: |
    appium -v
    appium & # run appium in background

About

Install Appium with GitHub Action to be able to run Automation for iOS, Android, and Windows Apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published