I'm facing an issue to upload videos of Selenium test to test result after execution in Azure devops set up.
This is simple and straight forward, by using VSTS Task - https://docs.microsoft.com/en-us/azure/devops/pipelines/test/collect-screenshots-and-video?view=azure-devops
This was working fine, until I've started to read parameters from Test Case and passing to my Automated test by using https://github.com/l3oferreira/MSTest.AzureDevOps
When ever i tried to read parameters from the test, it fails to upload the videos, but when I don't use it, it successfully upload the videos to test.
Observed that, in either cases, it successfully records the video, but only fails to upload to test in the later.