ios - Is there a way to run XCTest(UI) against an archived build(.ipa)? -
i investigating how use xctest close our automation test gap. developer document, see this:
xcodebuild test -project myappproject.xcodeproj -scheme myapp
i know if there way run xctest(ui test) against archived build (.ipa)? or can seperate build , test can build first , test against build later?
thanks
Comments
Post a Comment