Skip to content

Update dependency robotframework-pabot to v4 #428

Update dependency robotframework-pabot to v4

Update dependency robotframework-pabot to v4 #428

Workflow file for this run

name: Mobile Web Tests
on:
- push
- pull_request
jobs:
python-tests:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test: [ best-practice-mobile-web-vdc-us, best-practice-mobile-web-rdc-us]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- 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 ${{ matrix.test }}