Netanel Cohen
Netanel Cohen
@elgatov Thanks but it didn't help, I don't think that it's because of the path, I tried a couple of paths... I think that the issue is more complicated.
@karanjitsingh Do you mean to the logs that generated in Azure Devops when running the tests (VsTest logs only)?
@karanjitsingh if so, attached. [SeleniumLogs.zip](https://github.com/microsoft/testfx/files/3801817/SeleniumLogs.zip)
@karanjitsingh 1. I tried to upgrade MsTest to V2 with RunSettings, but [DataSource] is not available in MsTest V2 so I gave up, because I don't want to update each...
@karanjitsingh AddResultFile() is printing this error as you can see in your docs: https://github.com/microsoft/testfx/blob/master/src/Adapter/PlatformServices.NetCore/Services/NetCoreTestContextImplementation.cs  In the bug description there are 3 links of people that get the exact same...
@ShreyasRmsft The code is identical in MsTestV1 as I saw in old tickets. Also, Microsoft themselves gave me the code as you can see here in the comments: https://azuredevopslabs.com/labs/vstsextend/selenium/ ...
@ShreyasRmsft I'm getting the data from xml files
@ShreyasRmsft Please can you provide me a sample code how to read the test data from xml using custom data source extensibility model?