五、持续集成
  方式一:命令行测试
  1.设置build periodically
  2.添加shell脚本
  GHUNIT_CLT=1 WRITE_JUNIT_XML=1 GHUNIT_AUTORUN=1 xcodebuild -target Test -sdk iphonesimulator6.1 -configuration Debug build
  3.添加Public JUnit test result report:GHUnitTest/build/test-results/*.xml,其他设置看需求,保存
  4.点击立即构建,控制会打出测试的内容,具体内容不截图了,看后的结果吧

  5.test-result如图

  方式二:UI测试
  与一的区别在于shell脚本如下:

 

instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate appName -e UIASCRIPT absolute_path_to_the_test_file