Skip to content

Commit c8eec61

Browse files
committed
ci: comment out mobile ui tests
1 parent 0953616 commit c8eec61

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/ui-tests.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- targetPlatform: StandaloneWindows64
2626
buildMethod: WindowsBuilder.BuildForAltTester
2727
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
3131
steps:
3232
- uses: actions/checkout@v3
3333
with:
@@ -132,26 +132,26 @@ jobs:
132132
security default-keychain -s ~/Library/Keychains/login.keychain-db
133133
security list-keychains -d user -s ~/Library/Keychains/login.keychain-db
134134
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"
157157

0 commit comments

Comments
 (0)