XCTest-watchOS provides an implementation of XCTest that can run on watchOS. XCTest-watchOS allows you to run your library’s existing XCTest
suite on watchOS with minimal effort.
XCTestCase.runAllTestsAndExit()
from applicationDidFinishLaunching
in your WKExtensionDelegate
implementation in your new watchOS app extensionInstall with CocoaPods by adding the following to your Podfile
:
platform :watchos, '2.0'
use_frameworks!
pod 'XCTest-watchOS'
Install with Carthage by adding the following to your Cartfile
:
github "dfed/XCTest-watchOS"
Run carthage
to build the framework and drag the built XCTest.framework
into your Xcode project.
Install with Swift Package Manager by adding the following to your Package.swift
:
dependencies: [
.package(url: "https://github.com/dfed/XCTest-watchOS", from: "0.0.1"),
],
Or manually checkout the submodule with git submodule add [email protected]:dfed/XCTest-watchOS.git
, drag XCTest.xcodeproj
to your project, and add the XCTest
framework as a build dependency of your test watch app.
link |
Stars: 19 |
Last commit: 4 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics