Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 8, 2023
1 parent 27bf5c6 commit 6e68dac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ios-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
-F "file=@${{ github.workspace }}/build-swift-sample-app/swift-sample-app-ui-test.zip" \
-F "custom_id=swift-sample-app-ui-test" | jq -r '.test_suite_url'); echo "test_suite_url=$test_suite_url" >> $GITHUB_OUTPUT
- name: execute test suite on browserstack
run: |
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
-d {"app": "${{ steps.upload_ipa.outputs.app_url }}", "testSuite": "${{ steps.upload_test.outputs.test_suite_url }}", "devices": ["iPhone X-11", "iPhone XS-13"]} \
-H "Content-Type: application/json"
# - name: execute test suite on browserstack
# run: |
# curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
# -X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
# -d {"app": "${{ steps.upload_ipa.outputs.app_url }}", "testSuite": "${{ steps.upload_test.outputs.test_suite_url }}", "devices": ["iPhone X-11", "iPhone XS-13"]} \
# -H "Content-Type: application/json"

0 comments on commit 6e68dac

Please sign in to comment.