Update ios ui tests (#1404)
This commit is contained in:
@@ -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"
|
||||
|
||||
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user