Skip to content

Update dependency Appium-Python-Client to v5.3.1 #746

Update dependency Appium-Python-Client to v5.3.1

Update dependency Appium-Python-Client to v5.3.1 #746

Workflow file for this run

name: Desktop Web Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
python-tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Install dependencies
run: pipenv install
- name: Run Desktop Best Practice Tests
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: pipenv run best-practice-desktop-us