Skip to content

Commit abbfd0e

Browse files
authored
Update unit-testing-mstest-migration-from-v1-to-v3.md
1 parent cf98bd3 commit abbfd0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/testing/unit-testing-mstest-migration-from-v1-to-v3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ public async Task TestMethod() { ... }
170170
```
171171
172172
## Configuration changes
173+
173174
MSTest v3 supports both XML and JSON formats for configuration files.
174175
175176
1. **Verify Configurations**: Ensure that `.runsettings` files align with MSTest v3 syntax and structure.
177+
176178
## Parallel execution and performance optimization
177179
178180
Configure parallel execution in _.runsettings_ to improve performance.

0 commit comments

Comments
 (0)