Hi,
Thanks for your post.
>>I want to specify command line parameters to my test as I do with Console applications. Is that possible?
As far as I know. It is not supported.
I have read the article you shared. Based the description in that article, we can use runsettings file to specify one parameter to our test.
And in Command line. I think we can’t achieve it like this.
I suggest you could also define a runsettings file and use VSTEST Command line to call the runsettings file with the following command line:
vstest.console.exe myTestFile.dll /Settings:Local.RunSettings
Best Regards,
Lake Xiao