• fastmonkey 自我扫盲贴 at 2017年08月30日

    运行 xcodebuild -project XCTestWD.xcodeproj 这句报错:
    2017-08-30 19:02:35.530 xcodebuild[41499:4750078] Error Domain=IDETestOperationsObserverErrorDomain Code=4 "Test operation was canceled. If you believe this error represents a bug, please attach the log file at /Users/mac/Library/Developer/Xcode/DerivedData/XCTestWD-cseytoewhlzxivgopaonbuqulosj/Logs/Test/BBE6C2E9-EFFC-4AC7-BF69-A360B492C709/Session-XCTestWDUITests-2017-08-30_190230-J7U8QS.log" UserInfo={NSLocalizedDescription=Test operation was canceled. If you believe this error represents a bug, please attach the log file at /Users/mac/Library/Developer/Xcode/DerivedData/XCTestWD-cseytoewhlzxivgopaonbuqulosj/Logs/Test/BBE6C2E9-EFFC-4AC7-BF69-A360B492C709/Session-XCTestWDUITests-2017-08-30_190230-J7U8QS.log}

    Testing failed:
    Use of undeclared type 'XCTestWDMonkey'
    Use of unresolved identifier 'XCTestWDMonkey'
    ** TEST FAILED **

    The following build commands failed:
    CompileSwift normal armv7 /Users/mac/Documents/Fastmonkey/XCTestWD-master/XCTestWD/XCTestWDUITests/XCTestWDRunner.swift
    CompileSwiftSources normal armv7 com.apple.xcode.tools.swift.compiler
    (2 failures)

  • Error:connect ECONNREFUSED 127.0.0.1:8001

  • quit() 是实现的关闭 iOS app 功能吗?能分享下这段源码否

  • testNG copy 了网上 verify 的方法,运行 testng.xml 后 其中有一个 case 是验证失败的,但生成的报告都是成功的怎么办?