Skip to content

Commit 5646c10

Browse files
committed
Update README
1 parent 3603465 commit 5646c10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,20 @@ The general recommendation is to migrate from xunit 2 to xunit.v3 which already
1616

1717
## Known limitations
1818

19+
There are known limitations on the current support of MTP for xunit 2 which is provided by this package. If impacted by these, consider reacting with thumbs up to the issue. If you found other limitations and/or bugs, consider opening a new issue for it.
20+
1921
- testconfig.json isn't supported. It can be supported in the future similar to https://github.com/xunit/xunit/commit/4c1c66f09e19299b3496fe962a2cb005ba57bc9d.
22+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/1
2023
- RunSettings isn't supported. The XML-based configuration of VSTest (RunSettings) is not supported.
2124
- Limited support could be added based on https://github.com/xunit/visualstudio.xunit/blob/d693866207d8c1b3269d1b7f4f62211b82ba7835/src/xunit.runner.visualstudio/Utility/RunSettings.cs.
25+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/2
2226
- Source information is currently missing.
27+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/3
2328
- Attachments (both test-level and session-level) are not supported.
29+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/4
2430
- `TestMethodIdentifierProperty` is missing the parameter types for parameterized tests.
31+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/5
2532
- MTP's `--treenode-filter` is not yet supported.
33+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/6
2634
- MTP's `--maximum-failed-tests` is not yet supported.
35+
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/7

0 commit comments

Comments
 (0)