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/24
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/24
1 Like
Apple released a newer testing framework called Swift Testing: Swift Testing - Xcode - Apple Developer
You can also apparently copy your XCTest tests in and it should work.
Alright so basically what we gotta do now is to read Apple’s new testing framework and figure out how to apply what is being taught in this class to the new testing framework? I guess I’m either going to sink or swim here. Really didn’t realize this course wasn’t updated and wasn’t getting continuous support.
