vendredi 1 juillet 2016

Run selenium test on Jenkins

I have tests in Visual Studio 2012, for the web site, I want to run those tests automatically from Jenkins, I write a windows batch command

<Path to PsExec.exe> -i \\remotemachineName -u UserName -p password <vstest.console.exePath> <Path to the MyTest.dll on the remotemachineName> /logger:trx

but no tests are running, if I execute the same command on the remotemachineName directly the tests runs, but not from jenkins

I put this command on batch File, try to run it from directly on remotemachineName : it's ok, but not from jenkins

Aucun commentaire:

Enregistrer un commentaire