Gio Lodi 4/23/2019

How to run a single test in Xcode

Read Original

This article explains how to optimize your testing feedback loop in Xcode by running only specific tests. It covers three practical methods: using the gutter icons, a keyboard shortcut (^⌥⌘U), and terminal commands with the `-only-testing` flag. It also discusses configuring test schemes and warns about potential pitfalls of that approach.

How to run a single test in Xcode

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week