Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

CI: Fix for App not uninstalling properly

  • Loading branch information
Sharath Ganesh Pai authored and mahmoud-adam85 committed Aug 3, 2018
1 parent f1cb956 commit fd7fed9cb92822bd7a845aa43fbb6da03a6f16c2
Showing with 4 additions and 3 deletions.
  1. +4 −3 Jenkinsfile
@@ -147,9 +147,10 @@ node('mac-mini-ios') {
screenshots.zip \
test-reports
xcrun simctl boot 8A112602-53F8-4996-A58A-FC65665635EB || true
xcrun simctl uninstall booted com.cliqz.ios.newCliqz
xcrun simctl uninstall booted com.apple.test.WebDriverAgentRunner-Runner
xcrun simctl uninstall booted com.apple.test.AppiumTests-Runner
xcrun simctl uninstall 8A112602-53F8-4996-A58A-FC65665635EB com.cliqz.ios.newCliqz
xcrun simctl uninstall 8A112602-53F8-4996-A58A-FC65665635EB com.apple.test.WebDriverAgentRunner-Runner
xcrun simctl uninstall 8A112602-53F8-4996-A58A-FC65665635EB com.apple.test.AppiumTests-Runner
sleep 15
xcrun simctl shutdown 8A112602-53F8-4996-A58A-FC65665635EB || true
'''
}

0 comments on commit fd7fed9

Please sign in to comment.