swift-testing icon indicating copy to clipboard operation
swift-testing copied to clipboard

"Migrating a test from XCTest" does not mention parallel-by-default

Open MahdiBM opened this issue 1 year ago • 1 comments

"Migrating a test from XCTest" does not mention parallel-by-default, which catches users off-guard when migrating from XCTest to swift-testing.

There should also be a sentence or two explaining what to do to go back to the old behavior of non-parallel tests.

I was in a meeting last night and some folks mentioned this issue. Apparently Fastlane also does not support having the tests run in parallel mode? so they had to figure out the --no-parallel CLI command and use that to run the tests sequentially.

MahdiBM avatar Dec 16 '24 11:12 MahdiBM

We do mention it in Parallelization.md, but a nod here wouldn't be a bad idea.

grynspan avatar Dec 16 '24 15:12 grynspan

Is there anything left to do here now that #960 is merged?

iamleeg avatar Jun 26 '25 15:06 iamleeg

Is there anything left to do here now that #960 is merged?

I don't think so! This issue appears to have been addressed well by #960. Looks like we just forgot to close this issue afterward.

stmontgomery avatar Jun 26 '25 17:06 stmontgomery

Fixed by #960

stmontgomery avatar Jun 26 '25 17:06 stmontgomery