Introduction Swift Testing is a new test framework introduced by Apple at WWDC 2024. It offers a range of macro-based features, making test writing more expressive. One of the key features driving migration from XCTest to Swift Testing is parameterized testing. While this concept has been widely available in other languages (ex. pytest introduced it in 2011), Swift Testing now enables repeated test execution with different inputs and expected outputs.| trinhngocthuyen.com
Time is our most precious resource, as both humans and programmers. An 8-hour workday contains 480 minutes. Out of the box, running a new iOS app's test suite…| justin․searls․co
A couple years ago, Aaron and I had an idea for a satirical test runner that enforced fast feedback by giving up on running your tests after 1.8 seconds. It's…| justin․searls․co