xcuitest:基于Apple XCtest构建的基于基本页面对象模型的框架

时间:2024-05-22 03:44:59
【文件属性】:

文件名称:xcuitest:基于Apple XCtest构建的基于基本页面对象模型的框架

文件大小:211KB

文件格式:ZIP

更新时间:2024-05-22 03:44:59

Swift

XCUI测试 在方案中运行测试的命令(类似于套件) xcodebuild -workspace "your workspace name without the enclosing quotes" -scheme "your scheme name without enclosing quotes" -sdk iphonesimulator -destination "platform=iOS Simulator,name="The exact Device name without enclosing quotes",OS="Exact iOS version without enclosing quotes"" clean test 在iPhone 7 / iOS 11.4模拟器上的名为“ SmokeTests”的Scheme中运行所有测试的命令 xcodebuild -works


【文件预览】:
xcuitest-master
----DemoApp.xcworkspace()
--------contents.xcworkspacedata(189B)
--------xcuserdata()
--------xcshareddata()
----DemoAppUI()
--------PriorityFiles()
--------DemoApp()
--------Screenshots()
--------DemoApp.xcodeproj()
--------DemoAppUITests()
----README.md(1KB)

网友评论