How to run Swift Tests Serially across files
Nov 9, 2025 · 2 min read · I'm going to list the guide first and then why I needed to do this.
This is using Swift Testing
Guide
Create a main test Suite and mark it as @Suite(.serialized)
import Testing
@Suite(.serialized