Skip to content

Commit

Permalink
Update MAVIS_TEST.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaymudholkar1 authored Oct 23, 2024
1 parent 5558a15 commit 2699cb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/MAVIS_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@ jobs:
TEST_USERNAME: ${{ secrets.TEST_USERNAME }}
API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
echo "Starting tests on Chromium"
pytest --browser_or_device chromium
echo "Starting tests on Chrome"
pytest --browser_or_device chrome
echo "Starting tests on Firefox"
pytest --browser_or_device firefox
echo "Starting tests on iPhone 12"
pytest --browser_or_device iphone_12
echo "Starting tests on iPhone 11"
pytest --browser_or_device iphone_11
echo "Starting tests on Pixel 5"
pytest --browser_or_device pixel_5
- name: Upload report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2699cb6

Please sign in to comment.