Skip to content

Commit f482afe

Browse files
committed
Basic RunSettings support (Closes #2)
1 parent 93cec1a commit f482afe

File tree

5 files changed

+378
-12
lines changed

5 files changed

+378
-12
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YTest.MTP.XUnit2
1+
s# YTest.MTP.XUnit2
22

33
This package provides Microsoft.Testing.Platform support for xunit 2 test projects.
44

@@ -23,9 +23,6 @@ There are known limitations on the current support of MTP for xunit 2 which is p
2323

2424
- testconfig.json isn't supported. It can be supported in the future similar to https://github.com/xunit/xunit/commit/4c1c66f09e19299b3496fe962a2cb005ba57bc9d.
2525
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/1
26-
- RunSettings isn't supported. The XML-based configuration of VSTest (RunSettings) is not supported.
27-
- Limited support could be added based on https://github.com/xunit/visualstudio.xunit/blob/d693866207d8c1b3269d1b7f4f62211b82ba7835/src/xunit.runner.visualstudio/Utility/RunSettings.cs.
28-
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/2
2926
- `TestMethodIdentifierProperty` for parameters that represent generic types might not work well.
3027
- Tracking issue: https://github.com/Youssef1313/YTest.MTP.XUnit2/issues/5
3128

YTest.MTP.XUnit2.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<File Path="Directory.Packages.props" />
1313
<File Path="global.json" />
1414
<File Path="nuget.config" />
15+
<File Path="README.md" />
1516
</Folder>
1617
<Folder Name="/src/">
1718
<Project Path="src/YTest.MTP.XUnit2/YTest.MTP.XUnit2.csproj" />

0 commit comments

Comments
 (0)