|
25 | 25 | - targetPlatform: StandaloneWindows64
|
26 | 26 | buildMethod: WindowsBuilder.BuildForAltTester
|
27 | 27 | buildPath: sample/Builds/Windows64
|
28 |
| - - targetPlatform: Android |
29 |
| - buildMethod: MobileBuilder.BuildForAltTester |
30 |
| - buildPath: sample/Builds/Android |
| 28 | + # - targetPlatform: Android |
| 29 | + # buildMethod: MobileBuilder.BuildForAltTester |
| 30 | + # buildPath: sample/Builds/Android |
31 | 31 | steps:
|
32 | 32 | - uses: actions/checkout@v3
|
33 | 33 | with:
|
@@ -132,26 +132,26 @@ jobs:
|
132 | 132 | security default-keychain -s ~/Library/Keychains/login.keychain-db
|
133 | 133 | security list-keychains -d user -s ~/Library/Keychains/login.keychain-db
|
134 | 134 | security list-keychains
|
135 |
| - test-ios: |
136 |
| - name: Run iOS UI tests 🧪 |
137 |
| - runs-on: [ self-hosted, macOS ] |
138 |
| - steps: |
139 |
| - - uses: actions/checkout@v3 |
140 |
| - with: |
141 |
| - lfs: true |
142 |
| - - name: Build iOS app |
143 |
| - working-directory: sample |
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" |
| 135 | + # test-ios: |
| 136 | + # name: Run iOS UI tests 🧪 |
| 137 | + # runs-on: [ self-hosted, macOS ] |
| 138 | + # steps: |
| 139 | + # - uses: actions/checkout@v3 |
| 140 | + # with: |
| 141 | + # lfs: true |
| 142 | + # - name: Build iOS app |
| 143 | + # working-directory: sample |
| 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" |
157 | 157 |
|
0 commit comments