Right now I'm trying to run a selenium test in TFS (Team Foundation Server), as a first option I tried to use 'Visual Studio Test' Task but i got the follow error:
"System.IO.FileNotFoundException: Could not load file or assembly 'WebDriver, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.WRN: Assembly binding logging is turned OFF."
I guess it´s because this Task can´t resolve the webDriver dll( the dll is referenced and in TFS code there's the dlls ), so i tried to use 'Run functional Test' but the problem in here is that doesn't letme choose the machine group that, of course, I've all ready set, so, what should I do?
The task 'Visual Studio Test' can be use for selenium tests? Why can't I add the machine group??
This is How the setting for 'Run Functional Test' appears to me