@@ -57,18 +57,18 @@ jobs:
5757 TEST_USERNAME : ${{ secrets.TEST_USERNAME }}
5858 API_TOKEN : ${{ secrets.API_TOKEN }}
5959 run : |
60- echo "Starting tests on Chromium on $vars.TEST_URL "
60+ echo "Starting tests on Chromium"
6161 pytest --browser_or_device chromium
62- # echo "Starting tests on Chrome"
63- # pytest --browser_or_device chrome
64- # echo "Starting tests on Firefox"
65- # pytest --browser_or_device firefox
66- # echo "Starting tests on iPhone 12"
67- # pytest --browser_or_device iphone_12
68- # echo "Starting tests on iPhone 11"
69- # pytest --browser_or_device iphone_11
70- # echo "Starting tests on Pixel 5"
71- # pytest --browser_or_device pixel_5
62+ echo "Starting tests on Chrome"
63+ pytest --browser_or_device chrome
64+ echo "Starting tests on Firefox"
65+ pytest --browser_or_device firefox
66+ echo "Starting tests on iPhone 12"
67+ pytest -m mobile --browser_or_device iphone_12
68+ echo "Starting tests on iPhone 11"
69+ pytest -m mobile --browser_or_device iphone_11
70+ echo "Starting tests on Pixel 5"
71+ pytest -m mobile --browser_or_device pixel_5
7272 - name : Upload report
7373 uses : actions/upload-artifact@v4
7474 with :
0 commit comments