I have some tests for a web application which were automated using SpecFlow and Selenium WebDriver. When I run the test from Visual Studio's Test Explorer, the test runs fine. I'm trying to set up a CI pipeline on Jenkins and in order to run the automated tests I'm relying on vstest.console.exe. However when I run the from the command prompt using vstest.console.exe, the application didn't appear as it should. When I checked the Console in Chrome's Developer Tools, there were a quite a lot of js and css files logged as Internal Server Error. Below is a screenshot of the console error for a few files.
Any help with this will be greatly appreciated...