|
73 | 73 | - targetPlatform: StandaloneWindows64
|
74 | 74 | runs-on: [self-hosted, windows]
|
75 | 75 | test_script: pytest -xs test/test_windows.py::WindowsTest
|
76 |
| - - targetPlatform: Android |
77 |
| - runs-on: [ self-hosted, macOS ] |
78 |
| - test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml" |
| 76 | + # - targetPlatform: Android |
| 77 | + # runs-on: [ self-hosted, macOS ] |
| 78 | + # test_script: browserstack-sdk pytest -s ./test/test_android.py --browserstack.config "browserstack.android.yml" |
79 | 79 | concurrency:
|
80 | 80 | group: test-${{ matrix.targetPlatform }}
|
81 | 81 | runs-on: ${{ matrix.runs-on }}
|
@@ -142,16 +142,16 @@ jobs:
|
142 | 142 | - name: Build iOS app
|
143 | 143 | working-directory: sample
|
144 | 144 | run: ./build_ios.sh
|
145 |
| - - uses: actions/setup-python@v4 |
146 |
| - with: |
147 |
| - python-version: "3.10" |
148 |
| - - name: Install dependencies |
149 |
| - run: pip install -r "sample/Tests/requirements-mobile.txt" |
150 |
| - - name: Run UI tests |
151 |
| - env: |
152 |
| - MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }} |
153 |
| - BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} |
154 |
| - BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} |
155 |
| - working-directory: sample/Tests/test/ios |
156 |
| - run: browserstack-sdk pytest -xs ./test_ios.py --browserstack.config "browserstack.ios.yml" |
| 145 | + # - uses: actions/setup-python@v4 |
| 146 | + # with: |
| 147 | + # python-version: "3.10" |
| 148 | + # - name: Install dependencies |
| 149 | + # run: pip install -r "sample/Tests/requirements-mobile.txt" |
| 150 | + # - name: Run UI tests |
| 151 | + # env: |
| 152 | + # MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }} |
| 153 | + # BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} |
| 154 | + # BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} |
| 155 | + # working-directory: sample/Tests/test/ios |
| 156 | + # run: browserstack-sdk pytest -xs ./test_ios.py --browserstack.config "browserstack.ios.yml" |
157 | 157 |
|
0 commit comments