Netanel Cohen

Results 9 comments of 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 ![image](https://user-images.githubusercontent.com/56232437/68541541-6067e780-03a9-11ea-831c-222615fd6319.png) 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/ ![image](https://user-images.githubusercontent.com/56232437/70047946-cb37c780-15d1-11ea-9373-b2f4ff51ec41.png)...

@ShreyasRmsft Please can you provide me a sample code how to read the test data from xml using custom data source extensibility model?