Jul 10, 2025
Thank you @smontgomery, I briefly looked into parameterized testing as a workaround. But since the XCTestCase classes I was converting had around 50-100 test methods I preferred to keep the tests as part of XCTest for now. I would love if Suite inheritance/parameterization at the Suite level is supported as well.
