WatchOS Unit Testing WatchOS Unit Testing swift swift

WatchOS Unit Testing


No, watchOS does not currently (as of watchOS 3) support unit or UI testing. What you can do is cross-compile non-watchOS-specific code to a shared library, then unit test that on another platform.