讓我給你講講 iOS 自動化測試的那些干貨(23)
發表于:2017-03-10來源:csdn作者:LeoMobileDeveloper點擊數:
標簽:iOS
并行測試多個bundle,大大提高測試效率。 安裝XCTool, brew install xctool 1 1 使用 path/ to /xctool . sh \ -workspace YourWorkspace . xcworkspace \ -scheme YourScheme \ -reporter plai
并行測試多個bundle,大大提高測試效率。
安裝XCTool,
brew install xctool
使用
path/to/xctool.sh \
-workspace YourWorkspace.xcworkspace \
-scheme YourScheme \
-reporter plain:/path/to/plain-output.txt \
run-test