akkadotnet / akkadotnet/Akka.MultiNodeTestRunner
Display results per node in test explorer (and maybe in console)
Open
enhancement
- Dominant language
- C#
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
As described [in this section](https://github.com/Microsoft/vstest-docs/blob/master/RFCs/0004-Adapter-Extensibility.md#data-driven-tests) of TestAdapter how-to it is possible to show several results per one spec. Example is how xunit shows results for `[Theory]` marked tests.
Might be a good idea to display each node's result in such way, and global spec result in parent node.
Contributor guide
Assessment
This issue has not been assessed yet.