MTP-generated .trx file is missing
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1k
- Forks
- 312
- Avg merge
- 8h 30m
- Merged PRs (30d)
- 469
Description
The same test project when invoked with vstest and MTP may produce slightly different .trx file, namely the former contains the `RunInfos` with warnings, while the same section will be missing in MTP-generated .trx.
tail of vstest .trx
```xml
Test Run deployment issue: The assembly or module 'Microsoft...
```
tail of mtp .trx
```xml
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the same test project with vstest and MTP, then compare the generated .trx tails, focusing on ResultSummary and RunInfos. Done means the MTP-generated file includes the warning RunInfos section when the run produces deployment warnings, matching the vstest output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100