Your First iOS & SwiftUI App: An App from Scratch, Episode 23: Intro to Test-Driven Development | Kodeco

Learn how you can use test-driven development to write tests for your code before you write the code itself and why this can be beneficial to you.


This is a companion discussion topic for the original entry at https://www.kodeco.com/37086140-your-first-ios-swiftui-app-an-app-from-scratch/lessons/23

Hi Catie, whenever I’m trying to run tests, it just runs the simulator and nothing happens, except for Xcode saying ‘Testing’ and when I press command+Q, it changes to ‘Tests Completed’. Please help me figure out what it is and how to successfully run tests.
Vishwas