I would like to deploy some data items at deployment directory before running the tests in XUnit. It should be something equivalent to DeploymentItem("testdataFile.csv").
But I can't really realize the location of that directory. Is there any deployment Directory exist while running unit tests at XUnit. While we know DeploymentItem is mstest attribute. Is there any thing relevent to Xunit?