I am running the Xunit Test cases as mentioned in my previous question.
How to get passed and fail test case count in xunit using cake(c# make) script
While running the test cases, most of my test cases are failed while trying to access a file from my AppDomain
.
The test cases are succeeded in Visual Studio
.
From the Error log, I can see that it tries to read the file from Xunit console runner location instead of application location.
Note: I am using NoAppDomain of Xunit2Settings as false.