我想在 VSTest Runner 中添加记录我的测试。
我有一个启用了测试记录的 .testsettings 文件和多个具有各种自定义参数的 .runsettings 文件。
我的示例 .runsettings:
..\TestSettings1.testsettings true
从那里https://msdn.microsoft.com/en-us/library/jj635153.aspx
我知道当我将 .testsettings 的路径指定到 .runsettings 文件中时,我也必须添加 ForcedLegacyMode 'true' 。
但是,当设置了此项后,当我在 ClassInitialize 中读取 TestRunParameters 中的值时,它们为空值。
有什么帮助吗?