MsTest 테스트를 실행할 때 Visual Studio에서 사용하는 명령 줄 인수가 무엇인지 알아 내려고합니다.Visual Studio에서 MsTest를 실행하기 위해 사용하는 명령 줄 인수는 무엇입니까?
MSTest.exe /testmetadata:%SolutionName%.vsmdi /testlist:
그러나 테스트 목록을 채우는 방법을 알 수 없습니다. 테스트 목록 이름과 ID가 모두 다음 오류를 가져 오기 때문에 매개 변수를 사용할 수 없습니다.
The test list path 8c43105b-9dc1-4917-a39f-aa66a61bf5b6 cannot be found.
An error occurred while executing the /testlist switch.