You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an overview of test serialization to the XCTest migration guide (#960)
Describe test serialization in the article about migrating tests from
XCTest.
### Motivation:
Because XCTest runs tests in a suite serially by default, tests that
people migrate from XCTest may encounter issues if they run in parallel.
### Modifications:
Add an example of serializing a test suite to the migration guide, along
with links to the docs about test parallelization.
### Result:
The documentation on migrating tests from XCTest includes guidance on
serializing tests within a suite.
### Checklist:
- [X] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [X] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments