Update ios ui tests (#1404)

This commit is contained in:
Leendert de Borst
2026-01-17 12:25:39 +01:00
parent bfbeddcd7b
commit 2d9d0844a0
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -209,6 +209,8 @@ jobs:
-destination "id=${{ env.SIMULATOR_ID }}" \
-derivedDataPath build \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY="-" \
DEVELOPMENT_TEAM="" \
IDEFileSystemSynchronizedGroupsAreEnabled=NO
env:
IDEFileSystemSynchronizedGroupsAreEnabled: NO
@@ -227,6 +229,8 @@ jobs:
-parallel-testing-enabled NO \
-maximum-concurrent-test-simulator-destinations 1 \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY="-" \
DEVELOPMENT_TEAM="" \
IDEFileSystemSynchronizedGroupsAreEnabled=NO
env:
API_URL: "http://localhost:5092"
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Extract the screenshots from the xcresult bundle downloaded from GitHub Actions
# This can be used for debugging purposes.
# Requires: brew install chargepoint/xcparse/xcparse
unzip ~/Downloads/ios-ui-test-results.zip -d ~/Downloads/ios-ui-test-results
xcparse screenshots ~/Downloads/ios-ui-test-results ~/Downloads/ios-ui-screenshots